diff options
| -rw-r--r-- | dev-libs/grantlee/grantlee-9999.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-libs/grantlee/grantlee-9999.ebuild b/dev-libs/grantlee/grantlee-9999.ebuild index 0934bcd387f..511c89f56bb 100644 --- a/dev-libs/grantlee/grantlee-9999.ebuild +++ b/dev-libs/grantlee/grantlee-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 VIRTUALX_REQUIRED="test" inherit cmake-utils virtualx git-r3 @@ -20,13 +20,12 @@ RDEPEND=" dev-qt/qtgui:5 dev-qt/qtscript:5 " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" doc? ( app-doc/doxygen[dot] ) test? ( dev-qt/qttest:5 ) " -DOCS=( AUTHORS CHANGELOG README.md ) - PATCHES=( "${FILESDIR}/${PN}-0.3.0-nonfatal-warnings.patch" "${FILESDIR}/${PN}-5.1.0-slot.patch" |
