diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-11 15:37:51 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-12 20:08:26 +0300 |
commit | 9d8eabfff3851b96d561b8b75af6bb5c252b4d77 (patch) | |
tree | 69afa9689d71417acad800edcc498418ee38ef88 /dev-java | |
parent | dev-java/httpcore: dekeyword arm (diff) | |
download | gentoo-9d8eabfff3851b96d561b8b75af6bb5c252b4d77.tar.gz gentoo-9d8eabfff3851b96d561b8b75af6bb5c252b4d77.tar.bz2 gentoo-9d8eabfff3851b96d561b8b75af6bb5c252b4d77.zip |
dev-java/icedtea-sound: dekeyword arm
After a message to gentoo-dev ML, and no reply from any user on arm,
we decided to dekeyword most Java packages from arm.
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/icedtea-sound/icedtea-sound-1.0.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/icedtea-sound/icedtea-sound-1.0.1-r1.ebuild b/dev-java/icedtea-sound/icedtea-sound-1.0.1-r1.ebuild index 9990e63fba50..a45b91d832c7 100644 --- a/dev-java/icedtea-sound/icedtea-sound-1.0.1-r1.ebuild +++ b/dev-java/icedtea-sound/icedtea-sound-1.0.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Build written by Andrew John Hughes (gnu_andrew@member.fsf.org) @@ -13,7 +13,7 @@ SRC_URI="https://icedtea.classpath.org/download/source/${P}.tar.xz" LICENSE="GPL-2-with-linking-exception" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc64 x86" +KEYWORDS="amd64 arm64 ppc64 x86" IUSE="+doc" |