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 CB0AF13835A for ; Fri, 26 Mar 2021 07:45:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 213B5E083B; Fri, 26 Mar 2021 07:45:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0921EE083B for ; Fri, 26 Mar 2021 07:45:49 +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 CA220335D46 for ; Fri, 26 Mar 2021 07:45:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C449A63B for ; Fri, 26 Mar 2021 07:45:44 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1616744633.ace461ad57e00ef5ebf223ae0d641194ef037c92.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/hamcrest-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/hamcrest-core/hamcrest-core-1.1-r4.ebuild dev-java/hamcrest-core/hamcrest-core-1.3-r2.ebuild X-VCS-Directories: dev-java/hamcrest-core/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: ace461ad57e00ef5ebf223ae0d641194ef037c92 X-VCS-Branch: master Date: Fri, 26 Mar 2021 07:45:44 +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: 11c50b1e-bc18-4e87-9f0b-8271750a2123 X-Archives-Hash: 8a3c46c02ae2cbede0a0f1b23986bec7 commit: ace461ad57e00ef5ebf223ae0d641194ef037c92 Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Mar 26 07:43:53 2021 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Mar 26 07:43:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ace461ad dev-java/hamcrest-core: amd64 stable wrt bug #777927 Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-java/hamcrest-core/hamcrest-core-1.1-r4.ebuild | 2 +- dev-java/hamcrest-core/hamcrest-core-1.3-r2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/hamcrest-core/hamcrest-core-1.1-r4.ebuild b/dev-java/hamcrest-core/hamcrest-core-1.1-r4.ebuild index 4055eab32ce..5c9eaec78ed 100644 --- a/dev-java/hamcrest-core/hamcrest-core-1.1-r4.ebuild +++ b/dev-java/hamcrest-core/hamcrest-core-1.1-r4.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/${MY_PN}/JavaHamcrest/archive/${MY_PN}-java-${PV}.ta LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x64-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x64-solaris" RDEPEND=" >=virtual/jre-1.8:*" diff --git a/dev-java/hamcrest-core/hamcrest-core-1.3-r2.ebuild b/dev-java/hamcrest-core/hamcrest-core-1.3-r2.ebuild index b7440be0435..9c0a4f34429 100644 --- a/dev-java/hamcrest-core/hamcrest-core-1.3-r2.ebuild +++ b/dev-java/hamcrest-core/hamcrest-core-1.3-r2.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://gentoo/${MY_P}.tgz" LICENSE="BSD-2" SLOT="${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86 ~ppc-macos ~x64-macos" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~ppc-macos ~x64-macos" DEPEND=">=virtual/jdk-1.8:* userland_GNU? ( sys-apps/findutils )"