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 11FFA13835A for ; Sun, 16 May 2021 14:55:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CC67E0849; Sun, 16 May 2021 14:55:42 +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 E502CE0849 for ; Sun, 16 May 2021 14:55:41 +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 DAFC4340F4F for ; Sun, 16 May 2021 14:55:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62FE3729 for ; Sun, 16 May 2021 14:55:39 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1621176914.febfde41b3bb8a380466b09a9457670115455fe5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jaxen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jaxen/jaxen-1.2.0-r1.ebuild X-VCS-Directories: dev-java/jaxen/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: febfde41b3bb8a380466b09a9457670115455fe5 X-VCS-Branch: master Date: Sun, 16 May 2021 14:55:39 +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: 1374d980-896b-419d-a93b-8e7bee99977f X-Archives-Hash: 74cc51492983364264fc492586c76bf9 commit: febfde41b3bb8a380466b09a9457670115455fe5 Author: Sam James gentoo org> AuthorDate: Sun May 16 14:55:14 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 16 14:55:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=febfde41 dev-java/jaxen: Stabilize 1.2.0-r1 x86, #783897 Signed-off-by: Sam James gentoo.org> dev-java/jaxen/jaxen-1.2.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/jaxen/jaxen-1.2.0-r1.ebuild b/dev-java/jaxen/jaxen-1.2.0-r1.ebuild index 4cc392e08f2..211abc53f20 100644 --- a/dev-java/jaxen/jaxen-1.2.0-r1.ebuild +++ b/dev-java/jaxen/jaxen-1.2.0-r1.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/${PN}-xpath/${PN}/archive/refs/tags/v${PV}.tar.gz -> LICENSE="BSD-2" SLOT="1.2" -KEYWORDS="amd64 ~arm arm64 ppc64 ~x86" +KEYWORDS="amd64 ~arm arm64 ppc64 x86" IUSE="dom4j jdom xom" # It seems that most tests depend on dom4j, jdom and xom which all depend back on jaxen