diff options
author | 2021-07-02 08:26:07 +0200 | |
---|---|---|
committer | 2021-07-02 08:26:07 +0200 | |
commit | 1cc6e41df291d6baa4253dc7d9f5302df11735d2 (patch) | |
tree | 29b7ae852c25ce09805d77fba71c483bad5296df /dev-java/commons-csv | |
parent | dev-python/django: amd64/arm64/arm/x86 stable (ALLARCHES policy) wrt bug #799710 (diff) | |
download | gentoo-1cc6e41df291d6baa4253dc7d9f5302df11735d2.tar.gz gentoo-1cc6e41df291d6baa4253dc7d9f5302df11735d2.tar.bz2 gentoo-1cc6e41df291d6baa4253dc7d9f5302df11735d2.zip |
dev-java/commons-csv: amd64 stable wrt bug #799743
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-java/commons-csv')
-rw-r--r-- | dev-java/commons-csv/commons-csv-1.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/commons-csv/commons-csv-1.8.ebuild b/dev-java/commons-csv/commons-csv-1.8.ebuild index a8d528c22134..d1e566857ae7 100644 --- a/dev-java/commons-csv/commons-csv-1.8.ebuild +++ b/dev-java/commons-csv/commons-csv-1.8.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://commons.apache.org/proper/commons-csv/" SRC_URI="https://mirror.dkm.cz/apache//commons/csv/source/${P}-src.tar.gz -> ${P}-sources.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc64 ~x86" # missing test deps RESTRICT="test" |