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 AE909138334 for ; Mon, 25 Feb 2019 21:25:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B879E08F4; Mon, 25 Feb 2019 21:25:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5D1E9E08E2 for ; Mon, 25 Feb 2019 21:25:11 +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 540BA335D6F for ; Mon, 25 Feb 2019 21:25:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48CE6557 for ; Mon, 25 Feb 2019 21:25:07 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1551129895.a69555c588216ba38b9c11ae93e21ecd8edcf3f3.floppym@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.5.1.ebuild app-i18n/libchewing/libchewing-9999.ebuild X-VCS-Directories: app-i18n/libchewing/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: a69555c588216ba38b9c11ae93e21ecd8edcf3f3 X-VCS-Branch: master Date: Mon, 25 Feb 2019 21:25:07 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4e055021-53d6-4c4c-8900-b00a54d40566 X-Archives-Hash: 838a8eff4653a088ac92f2752ff535d8 commit: a69555c588216ba38b9c11ae93e21ecd8edcf3f3 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Fri Feb 22 18:42:46 2019 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Feb 25 21:24:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a69555c5 app-i18n/libchewing: Set RESTRICT="!test? ( test )". Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Mike Gilbert gentoo.org> app-i18n/libchewing/libchewing-0.5.1.ebuild | 1 + app-i18n/libchewing/libchewing-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/app-i18n/libchewing/libchewing-0.5.1.ebuild b/app-i18n/libchewing/libchewing-0.5.1.ebuild index 853775cc94f..4a2f116c20e 100644 --- a/app-i18n/libchewing/libchewing-0.5.1.ebuild +++ b/app-i18n/libchewing/libchewing-0.5.1.ebuild @@ -21,6 +21,7 @@ LICENSE="LGPL-2.1" SLOT="0/3" KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86" IUSE="static-libs test" +RESTRICT="!test? ( test )" RDEPEND="dev-db/sqlite:3" DEPEND="${RDEPEND} diff --git a/app-i18n/libchewing/libchewing-9999.ebuild b/app-i18n/libchewing/libchewing-9999.ebuild index ef0d87ffb31..9353fc5f3dd 100644 --- a/app-i18n/libchewing/libchewing-9999.ebuild +++ b/app-i18n/libchewing/libchewing-9999.ebuild @@ -21,6 +21,7 @@ LICENSE="LGPL-2.1" SLOT="0/3" KEYWORDS="" IUSE="static-libs test" +RESTRICT="!test? ( test )" RDEPEND="dev-db/sqlite:3" DEPEND="${RDEPEND}