summaryrefslogtreecommitdiff
path: root/dev-libs/grantlee/grantlee-0.2.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/grantlee/grantlee-0.2.0.ebuild')
-rw-r--r--dev-libs/grantlee/grantlee-0.2.0.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-libs/grantlee/grantlee-0.2.0.ebuild b/dev-libs/grantlee/grantlee-0.2.0.ebuild
index 3c93aef9bc6..8fc5cbb2c59 100644
--- a/dev-libs/grantlee/grantlee-0.2.0.ebuild
+++ b/dev-libs/grantlee/grantlee-0.2.0.ebuild
@@ -23,6 +23,7 @@ COMMON_DEPEND="
"
DEPEND="${COMMON_DEPEND}
doc? ( || ( <app-doc/doxygen-1.7.6.1[-nodot] >=app-doc/doxygen-1.7.6.1[dot] ) )
+ test? ( >=x11-libs/qt-test-${QT_MINIMAL}:4 )
"
RDEPEND="${COMMON_DEPEND}"
@@ -31,6 +32,8 @@ DOCS=(AUTHORS CHANGELOG GOALS README)
# Some tests fail
RESTRICT="test"
+PATCHES=( "${FILESDIR}/${PN}-0.1.9-qt-test-optional.patch" )
+
src_configure() {
mycmakeargs=(
$(cmake-utils_use_build test TESTS)