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 78B89138334 for ; Mon, 1 Apr 2019 08:53:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74BACE086D; Mon, 1 Apr 2019 08:53:15 +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 444B0E086D for ; Mon, 1 Apr 2019 08:53:15 +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 1E9AF335D06 for ; Mon, 1 Apr 2019 08:53:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25392595 for ; Mon, 1 Apr 2019 08:53:11 +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: <1554108697.0353c9dea3a64695d177b8613c8798d3e783b0be.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/libmatthew-java/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/libmatthew-java/libmatthew-java-0.7.2-r2.ebuild X-VCS-Directories: dev-java/libmatthew-java/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 0353c9dea3a64695d177b8613c8798d3e783b0be X-VCS-Branch: master Date: Mon, 1 Apr 2019 08:53:11 +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: eca70ab1-39e7-4ebf-a5cc-abc97327f139 X-Archives-Hash: c64d1bda1c13f32035d2184782115a96 commit: 0353c9dea3a64695d177b8613c8798d3e783b0be Author: Patrice Clement gentoo org> AuthorDate: Sun Mar 31 20:07:22 2019 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Apr 1 08:51:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0353c9de dev-java/libmatthew-java: stable for amd64. ... and mark stable for the remaining arches using the ALLARCHES policy. Signed-off-by: Patrice Clement gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-java/libmatthew-java/libmatthew-java-0.7.2-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-java/libmatthew-java/libmatthew-java-0.7.2-r2.ebuild b/dev-java/libmatthew-java/libmatthew-java-0.7.2-r2.ebuild index 6474760d30b..083085e8d32 100644 --- a/dev-java/libmatthew-java/libmatthew-java-0.7.2-r2.ebuild +++ b/dev-java/libmatthew-java/libmatthew-java-0.7.2-r2.ebuild @@ -4,6 +4,7 @@ EAPI=6 JAVA_PKG_IUSE="doc source" + inherit eutils java-pkg-2 flag-o-matic toolchain-funcs DESCRIPTION="A selection of libraries for Java" @@ -12,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="amd64 ppc64 x86" RDEPEND=" >=virtual/jre-1.5"