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 471AC1396D1 for ; Wed, 16 Aug 2017 15:14:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57C17E0D47; Wed, 16 Aug 2017 15:14:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 3A5A0E0D47 for ; Wed, 16 Aug 2017 15:14:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 89C6634187F for ; Wed, 16 Aug 2017 15:14:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25855784A for ; Wed, 16 Aug 2017 15:14:50 +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: <1502896292.de722e9ac45dd10b002e915b08004acb845b279a.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/libchewing/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/libchewing/libchewing-0.4.0-r1.ebuild X-VCS-Directories: app-i18n/libchewing/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: de722e9ac45dd10b002e915b08004acb845b279a X-VCS-Branch: master Date: Wed, 16 Aug 2017 15:14:50 +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: c9e466af-1da2-4df0-a301-46237222c2b1 X-Archives-Hash: abba31a895f561c05ca5be7ea32e7c81 commit: de722e9ac45dd10b002e915b08004acb845b279a Author: Akinori Hattori gentoo org> AuthorDate: Wed Aug 16 15:11:32 2017 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Wed Aug 16 15:11:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de722e9a app-i18n/libchewing: fix src_test Gentoo-Bug: 623486 Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-i18n/libchewing/libchewing-0.4.0-r1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app-i18n/libchewing/libchewing-0.4.0-r1.ebuild b/app-i18n/libchewing/libchewing-0.4.0-r1.ebuild index 526dc209f75..6f3fb5790d7 100644 --- a/app-i18n/libchewing/libchewing-0.4.0-r1.ebuild +++ b/app-i18n/libchewing/libchewing-0.4.0-r1.ebuild @@ -13,6 +13,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="amd64 ~ppc ppc64 ~x86" IUSE="static-libs test" +REQUIRED_USE="test? ( static-libs )" RDEPEND="dev-db/sqlite:3" DEPEND="${RDEPEND} @@ -33,6 +34,10 @@ src_configure() { --with-sqlite3 } +src_test() { + emake -j1 check +} + src_install() { default prune_libtool_files