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 597AF139085 for ; Tue, 20 Dec 2016 18:54:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D11EE0D59; Tue, 20 Dec 2016 18:54:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB6A6E0D55 for ; Tue, 20 Dec 2016 18:54:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1499A34112A for ; Tue, 20 Dec 2016 18:54:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B30D24E3 for ; Tue, 20 Dec 2016 18:54:37 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1482260050.94a58a04dfff0d6d72d84b5c30a2f180f6ef2f4e.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-XPathEngine/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/XML-XPathEngine/XML-XPathEngine-0.140.0-r1.ebuild X-VCS-Directories: dev-perl/XML-XPathEngine/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 94a58a04dfff0d6d72d84b5c30a2f180f6ef2f4e X-VCS-Branch: master Date: Tue, 20 Dec 2016 18:54:37 +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: 2abc6bf5-a22c-4926-bf5c-328b88c566ab X-Archives-Hash: 7bf1b9125b000fac2d3245e637ba03c4 commit: 94a58a04dfff0d6d72d84b5c30a2f180f6ef2f4e Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Dec 20 18:48:44 2016 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Dec 20 18:54:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94a58a04 dev-perl/XML-XPathEngine: x86 stable (bug #595570) Package-Manager: Portage-2.3.2, Repoman-2.3.1 dev-perl/XML-XPathEngine/XML-XPathEngine-0.140.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/XML-XPathEngine/XML-XPathEngine-0.140.0-r1.ebuild b/dev-perl/XML-XPathEngine/XML-XPathEngine-0.140.0-r1.ebuild index c19d835..0a280a1 100644 --- a/dev-perl/XML-XPathEngine/XML-XPathEngine-0.140.0-r1.ebuild +++ b/dev-perl/XML-XPathEngine/XML-XPathEngine-0.140.0-r1.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="A re-usable XPath engine for DOM-like trees" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="test" RDEPEND=""