From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9941259CAF for ; Thu, 7 Apr 2016 09:59:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6557921C007; Thu, 7 Apr 2016 09:59: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 0DFB421C007 for ; Thu, 7 Apr 2016 09:59: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 0C6D0340A7F for ; Thu, 7 Apr 2016 09:59:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B024571 for ; Thu, 7 Apr 2016 09:59:34 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1460022320.6119998875a73b1f5db46af25f154dc0f862705c.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/xpp3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/xpp3/xpp3-1.1.4c-r3.ebuild X-VCS-Directories: dev-java/xpp3/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 6119998875a73b1f5db46af25f154dc0f862705c X-VCS-Branch: master Date: Thu, 7 Apr 2016 09:59:34 +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: 66d54669-ff19-444b-9c67-271137aa363e X-Archives-Hash: 8ec2898ef6f71e4b4fbe09b86e26d590 commit: 6119998875a73b1f5db46af25f154dc0f862705c Author: Patrice Clement gentoo org> AuthorDate: Wed Apr 6 22:49:00 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Apr 7 09:45:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61199988 dev-java/xpp3: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy. Package-Manager: portage-2.2.26 dev-java/xpp3/xpp3-1.1.4c-r3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-java/xpp3/xpp3-1.1.4c-r3.ebuild b/dev-java/xpp3/xpp3-1.1.4c-r3.ebuild index e96fa2e..838a01e 100644 --- a/dev-java/xpp3/xpp3-1.1.4c-r3.ebuild +++ b/dev-java/xpp3/xpp3-1.1.4c-r3.ebuild @@ -13,12 +13,12 @@ SRC_URI="https://repo1.maven.org/maven2/${PN}/${PN}/${PV}/xpp3-1.1.4c-sources.ja LICENSE="Apache-1.1 IBM JDOM LGPL-2.1+" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" >=virtual/jre-1.6" DEPEND=" - source? ( app-arch/zip ) - >=virtual/jdk-1.6" + >=virtual/jdk-1.6 + source? ( app-arch/zip )"