diff options
| author | Johannes Huber <johu@gentoo.org> | 2012-03-22 12:49:17 +0100 |
|---|---|---|
| committer | Johannes Huber <johu@gentoo.org> | 2012-03-22 12:49:17 +0100 |
| commit | 0b0410fb8b691311e324a89aff9cb647c4123969 (patch) | |
| tree | e78741b8767e779768c92a2737d3b99bdeba9e51 /dev-libs/grantlee/grantlee-0.2.0.ebuild | |
| parent | 586308f23cd8e9032e262d87e73ee56f5c3087cc (diff) | |
| download | kde-0b0410fb8b691311e324a89aff9cb647c4123969.tar.gz kde-0b0410fb8b691311e324a89aff9cb647c4123969.tar.bz2 kde-0b0410fb8b691311e324a89aff9cb647c4123969.zip | |
[dev-libs/grantlee] Fix build if qt-test is not installed and add missing dep on qt-test, fixes bug 409131.
(Portage version: 2.2.0_alpha93/git/Linux i686, unsigned Manifest commit)
Diffstat (limited to 'dev-libs/grantlee/grantlee-0.2.0.ebuild')
| -rw-r--r-- | dev-libs/grantlee/grantlee-0.2.0.ebuild | 3 |
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) |
