summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-12 15:55:17 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-12 15:58:32 +0100
commitfa8f291a29c4f0b06eba297fd176e6175da34279 (patch)
treeecc135aae6e5bd094b66ad744643f647e42138e3 /app-office/gnucash
parentapp-emulation/qemu: Fix MissingTestRestrict (diff)
downloadgentoo-fa8f291a29c4f0b06eba297fd176e6175da34279.tar.gz
gentoo-fa8f291a29c4f0b06eba297fd176e6175da34279.tar.bz2
gentoo-fa8f291a29c4f0b06eba297fd176e6175da34279.zip
app-office/gnucash: Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-office/gnucash')
-rw-r--r--app-office/gnucash/gnucash-3.6.ebuild1
-rw-r--r--app-office/gnucash/gnucash-3.7.ebuild1
2 files changed, 2 insertions, 0 deletions
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 )"