commit:     3f14fc22b7714093323bed5de6194e5314fefc0e
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 23 14:42:21 2017 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Wed Aug 23 14:49:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f14fc22

app-i18n/pyzy: drop test USE flag

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/pyzy/pyzy-0.1.0-r2.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-i18n/pyzy/pyzy-0.1.0-r2.ebuild 
b/app-i18n/pyzy/pyzy-0.1.0-r2.ebuild
index d164deb9a37..b14079d6598 100644
--- a/app-i18n/pyzy/pyzy-0.1.0-r2.ebuild
+++ b/app-i18n/pyzy/pyzy-0.1.0-r2.ebuild
@@ -16,9 +16,7 @@ SRC_URI="https://pyzy.googlecode.com/files/${P}.tar.gz
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="boost doc opencc test"
-# Currently it fails to build test code
-RESTRICT="test"
+IUSE="boost doc opencc"
 
 RDEPEND="dev-db/sqlite:3
        dev-libs/glib:2
@@ -45,7 +43,6 @@ src_configure() {
        econf \
                $(use_enable boost) \
                $(use_enable opencc) \
-               $(use_enable test tests) \
                --enable-db-open-phrase
 }
 

Reply via email to