From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CA20E1396D0 for ; Wed, 23 Aug 2017 14:49:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B78631FC05B; Wed, 23 Aug 2017 14:49:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 985531FC05B for ; Wed, 23 Aug 2017 14:49:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65C74341B5B for ; Wed, 23 Aug 2017 14:49:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06C187FE0 for ; Wed, 23 Aug 2017 14:49:44 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1503499771.3f14fc22b7714093323bed5de6194e5314fefc0e.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/pyzy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/pyzy/pyzy-0.1.0-r2.ebuild X-VCS-Directories: app-i18n/pyzy/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 3f14fc22b7714093323bed5de6194e5314fefc0e X-VCS-Branch: master Date: Wed, 23 Aug 2017 14:49:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4b7fe3bd-e682-43a9-a90a-d087a3aa2221 X-Archives-Hash: 36b3652b0b43866598dd9c8ad3c19686 commit: 3f14fc22b7714093323bed5de6194e5314fefc0e Author: Akinori Hattori gentoo org> AuthorDate: Wed Aug 23 14:42:21 2017 +0000 Commit: Akinori Hattori gentoo 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 }