diff options
author | 2024-10-11 15:56:36 +0300 | |
---|---|---|
committer | 2024-10-12 20:09:10 +0300 | |
commit | 07b06144e824a445fdd3a8d7215b30560d4433e6 (patch) | |
tree | e64d0584496f3da868f1e1748f005f81b89f417a /dev-java | |
parent | dev-java/zstd-jni: dekeyword arm (diff) | |
download | gentoo-07b06144e824a445fdd3a8d7215b30560d4433e6.tar.gz gentoo-07b06144e824a445fdd3a8d7215b30560d4433e6.tar.bz2 gentoo-07b06144e824a445fdd3a8d7215b30560d4433e6.zip |
dev-java/zxing-core: 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/zxing-core/zxing-core-3.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/zxing-core/zxing-core-3.5.1.ebuild b/dev-java/zxing-core/zxing-core-3.5.1.ebuild index b819019f170b..74066fc6c336 100644 --- a/dev-java/zxing-core/zxing-core-3.5.1.ebuild +++ b/dev-java/zxing-core/zxing-core-3.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/zxing/zxing/core" SRC_URI="https://github.com/zxing/zxing/archive/zxing-${PV}.tar.gz" LICENSE="Apache-2.0" SLOT="3" -KEYWORDS="amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" DEPEND=">=virtual/jdk-1.8:*" RDEPEND=">=virtual/jre-1.8:*" |