app-office/gnucash: Fix MissingTestRestrict
authorMichał Górny <mgorny@gentoo.org>
Thu, 12 Dec 2019 14:55:17 +0000 (15:55 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 12 Dec 2019 14:58:32 +0000 (15:58 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-office/gnucash/gnucash-3.6.ebuild
app-office/gnucash/gnucash-3.7.ebuild

index ec42d91eaae7b7c22298b4d731ac03e63fe86ed3..14c67d5d77f70fa1655a4e01741d1b750d7f3403 100644 (file)
@@ -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} )"
index a78ec12c8fc235f293027ba4ab139d6e08e19ce1..6700f7ef1872c3b6a36e8f14a03f2c430677b60e 100644 (file)
@@ -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 )"