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 E63CD15808E for ; Fri, 22 Apr 2022 18:10:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16A98E08F4; Fri, 22 Apr 2022 18:10:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 CF937E08FA for ; Fri, 22 Apr 2022 18:10:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6138B341CB0 for ; Fri, 22 Apr 2022 18:10:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B28E33F1 for ; Fri, 22 Apr 2022 18:10:35 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1650651016.30405a6212ebb20918fcd07ee3447675c8fdcecc.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jclasslib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jclasslib/jclasslib-3.1-r1.ebuild X-VCS-Directories: dev-java/jclasslib/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 30405a6212ebb20918fcd07ee3447675c8fdcecc X-VCS-Branch: master Date: Fri, 22 Apr 2022 18:10:35 +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: 9b08554d-520c-4e19-b637-72d92c1fcc8a X-Archives-Hash: d6d1d03c033702b6c6a0159a2f7317d4 commit: 30405a6212ebb20918fcd07ee3447675c8fdcecc Author: Arthur Zamarin gentoo org> AuthorDate: Fri Apr 22 18:10:16 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Apr 22 18:10:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30405a62 dev-java/jclasslib: Stabilize 3.1-r1 x86, #836284 Signed-off-by: Arthur Zamarin gentoo.org> dev-java/jclasslib/jclasslib-3.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/jclasslib/jclasslib-3.1-r1.ebuild b/dev-java/jclasslib/jclasslib-3.1-r1.ebuild index 0a2bac01ac70..49ed3261956c 100644 --- a/dev-java/jclasslib/jclasslib-3.1-r1.ebuild +++ b/dev-java/jclasslib/jclasslib-3.1-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/ingokegel/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" DEPEND=">=virtual/jdk-1.8:*" RDEPEND=">=virtual/jre-1.8:*"