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 BE78E1382C5 for ; Tue, 6 Apr 2021 19:51:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EE82E0968; Tue, 6 Apr 2021 19:51:30 +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 55729E096A for ; Tue, 6 Apr 2021 19:51:30 +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 629A8340C9A for ; Tue, 6 Apr 2021 19:51:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95697647 for ; Tue, 6 Apr 2021 19:51:26 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617738682.c7e95fb650d25e7ddec066350917faa8c1100fa1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/icedtea-web/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/icedtea-web/icedtea-web-1.8.4-r1.ebuild X-VCS-Directories: dev-java/icedtea-web/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c7e95fb650d25e7ddec066350917faa8c1100fa1 X-VCS-Branch: master Date: Tue, 6 Apr 2021 19:51:26 +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: a41e5d73-6b66-4257-aef6-f4930375f5d6 X-Archives-Hash: e21d3eec8f76ae90da7936162ca7a045 commit: c7e95fb650d25e7ddec066350917faa8c1100fa1 Author: Sam James gentoo org> AuthorDate: Tue Apr 6 19:51:22 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 6 19:51:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e95fb6 dev-java/icedtea-web: Stabilize 1.8.4-r1 arm64, #711392 Signed-off-by: Sam James gentoo.org> dev-java/icedtea-web/icedtea-web-1.8.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/icedtea-web/icedtea-web-1.8.4-r1.ebuild b/dev-java/icedtea-web/icedtea-web-1.8.4-r1.ebuild index f62805439b5..8e3bba4fc0c 100644 --- a/dev-java/icedtea-web/icedtea-web-1.8.4-r1.ebuild +++ b/dev-java/icedtea-web/icedtea-web-1.8.4-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/AdoptOpenJDK/${PN}/archive/${P}.tar.gz $(cargo_crate_uris ${CRATES})" LICENSE="GPL-2 GPL-2-with-linking-exception LGPL-2" SLOT="0" -KEYWORDS="amd64 ~arm64 ppc64 x86" +KEYWORDS="amd64 arm64 ppc64 x86" IUSE="doc" # tests require ton of java deps we don't have packaged/working