diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-17 17:23:08 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-17 18:31:13 +0300 |
commit | 435a053a7d8219131c524b703c5d55afda36159b (patch) | |
tree | 32e90f2eda6a06a4e79422827ed2ef504f6d7843 /dev-java/jbcrypt | |
parent | dev-java/jaxws-api: dekeyword x86 (diff) | |
download | gentoo-435a053a7d8219131c524b703c5d55afda36159b.tar.gz gentoo-435a053a7d8219131c524b703c5d55afda36159b.tar.bz2 gentoo-435a053a7d8219131c524b703c5d55afda36159b.zip |
dev-java/jbcrypt: dekeyword x86
After a message to gentoo-dev ML, and no reply from any user on x86,
we decided to dekeyword most Java packages from x86, and reverse
dependencies of them.
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-java/jbcrypt')
-rw-r--r-- | dev-java/jbcrypt/jbcrypt-0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/jbcrypt/jbcrypt-0.4.ebuild b/dev-java/jbcrypt/jbcrypt-0.4.ebuild index 9726e931a1a1..164af8eea9a8 100644 --- a/dev-java/jbcrypt/jbcrypt-0.4.ebuild +++ b/dev-java/jbcrypt/jbcrypt-0.4.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://www.mindrot.org/projects/jBCrypt" SRC_URI="https://www.mindrot.org/files/jBCrypt/jBCrypt-${PV}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64" DEPEND=">=virtual/jdk-1.8:*" RDEPEND=">=virtual/jre-1.8:*" |