diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-11 15:33:24 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-12 20:08:14 +0300 |
commit | d7a7285a46a3a572dc8d2efc9dd54dfdeb5193f4 (patch) | |
tree | 3d60426bd8d00141a55bfded0e6fca81e6e04658 /dev-java/commons-csv | |
parent | dev-java/commons-compress: dekeyword arm (diff) | |
download | gentoo-d7a7285a46a3a572dc8d2efc9dd54dfdeb5193f4.tar.gz gentoo-d7a7285a46a3a572dc8d2efc9dd54dfdeb5193f4.tar.bz2 gentoo-d7a7285a46a3a572dc8d2efc9dd54dfdeb5193f4.zip |
dev-java/commons-csv: 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/commons-csv')
-rw-r--r-- | dev-java/commons-csv/commons-csv-1.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-csv/commons-csv-1.9.0.ebuild b/dev-java/commons-csv/commons-csv-1.9.0.ebuild index 43f3489184f5..474254541af8 100644 --- a/dev-java/commons-csv/commons-csv-1.9.0.ebuild +++ b/dev-java/commons-csv/commons-csv-1.9.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: @@ -16,7 +16,7 @@ HOMEPAGE="https://commons.apache.org/proper/commons-csv/" SRC_URI="mirror://apache/commons/csv/source/${P}-src.tar.gz -> ${P}-sources.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc64 x86" +KEYWORDS="amd64 arm64 ppc64 x86" # missing test deps RESTRICT="test" |