diff options
author | 2024-10-11 15:38:39 +0300 | |
---|---|---|
committer | 2024-10-12 20:08:27 +0300 | |
commit | be767f25c55a9aab4b87df735997d81ed23237e3 (patch) | |
tree | a5d10dd599bf7c3fc39bf38b731ed7310f0f37a7 /dev-java/jackcess | |
parent | dev-java/j2objc-annotations: dekeyword arm (diff) | |
download | gentoo-be767f25c55a9aab4b87df735997d81ed23237e3.tar.gz gentoo-be767f25c55a9aab4b87df735997d81ed23237e3.tar.bz2 gentoo-be767f25c55a9aab4b87df735997d81ed23237e3.zip |
dev-java/jackcess: 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/jackcess')
-rw-r--r-- | dev-java/jackcess/jackcess-4.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jackcess/jackcess-4.0.0.ebuild b/dev-java/jackcess/jackcess-4.0.0.ebuild index 73b567ddfba2..fb720ab8903f 100644 --- a/dev-java/jackcess/jackcess-4.0.0.ebuild +++ b/dev-java/jackcess/jackcess-4.0.0.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 # Skeleton command: @@ -18,7 +18,7 @@ SRC_URI="https://github.com/jahlborn/${PN}/archive/refs/tags/${P}.tar.gz -> ${P} LICENSE="Apache-2.0" SLOT="1" -KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" # Common dependencies # POM: pom.xml |