From: Michał Górny Date: Thu, 12 Dec 2019 14:55:17 +0000 (+0100) Subject: app-office/gnucash: Fix MissingTestRestrict X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fa8f291a29c4f0b06eba297fd176e6175da34279;p=gentoo.git app-office/gnucash: Fix MissingTestRestrict Signed-off-by: Michał Górny --- diff --git a/app-office/gnucash/gnucash-3.6.ebuild b/app-office/gnucash/gnucash-3.6.ebuild index ec42d91eaae7..14c67d5d77f7 100644 --- a/app-office/gnucash/gnucash-3.6.ebuild +++ b/app-office/gnucash/gnucash-3.6.ebuild @@ -18,6 +18,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="aqbanking chipcard debug doc examples gnome-keyring +gui mysql nls ofx postgres python quotes -register2 sqlite test" +RESTRICT="!test? ( test )" REQUIRED_USE=" chipcard? ( aqbanking ) python? ( ${PYTHON_REQUIRED_USE} )" diff --git a/app-office/gnucash/gnucash-3.7.ebuild b/app-office/gnucash/gnucash-3.7.ebuild index a78ec12c8fc2..6700f7ef1872 100644 --- a/app-office/gnucash/gnucash-3.7.ebuild +++ b/app-office/gnucash/gnucash-3.7.ebuild @@ -18,6 +18,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="aqbanking debug doc examples gnome-keyring +gui mysql nls ofx postgres python quotes -register2 smartcard sqlite test" +RESTRICT="!test? ( test )" REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) smartcard? ( aqbanking )"