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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DEFC2158088 for ; Sun, 16 Jan 2022 17:26:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C8DC2BC030; Sun, 16 Jan 2022 17:26:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 160E42BC026 for ; Sun, 16 Jan 2022 17:26:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95C91342F31 for ; Sun, 16 Jan 2022 17:26:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 999082A3 for ; Sun, 16 Jan 2022 17:26:12 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1642353931.b17861c309eee7dc54ace788a38a34cc3d60c28a.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/gnu-jaf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/gnu-jaf/gnu-jaf-1.1.2.ebuild X-VCS-Directories: dev-java/gnu-jaf/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: b17861c309eee7dc54ace788a38a34cc3d60c28a X-VCS-Branch: master Date: Sun, 16 Jan 2022 17:26:12 +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: 2300d377-05ee-4fd0-a495-e8b60f4b3c7f X-Archives-Hash: a6deef23b145feec253bf82e52e67894 commit: b17861c309eee7dc54ace788a38a34cc3d60c28a Author: Jakov Smolić gentoo org> AuthorDate: Sun Jan 16 17:25:31 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sun Jan 16 17:25:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b17861c3 dev-java/gnu-jaf: Stabilize 1.1.2 x86, #831312 Signed-off-by: Jakov Smolić gentoo.org> dev-java/gnu-jaf/gnu-jaf-1.1.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/gnu-jaf/gnu-jaf-1.1.2.ebuild b/dev-java/gnu-jaf/gnu-jaf-1.1.2.ebuild index a51b85e9f953..b27377a25458 100644 --- a/dev-java/gnu-jaf/gnu-jaf-1.1.2.ebuild +++ b/dev-java/gnu-jaf/gnu-jaf-1.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/classpathx/activation-${PV}.tar.gz" LICENSE="GPL-2-with-linking-exception" SLOT="1" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 x86" DEPEND=">=virtual/jdk-1.8" RDEPEND=">=virtual/jre-1.8"