diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-17 17:29:13 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-17 18:31:36 +0300 |
commit | 0fdbbd7790c39e91fa4610c18124e1f6812a30d9 (patch) | |
tree | 45fe279c4e241e6b1f8cce1e182d6e2d4c3ab8f4 /dev-java/lzma | |
parent | dev-java/lz4-java: dekeyword x86 (diff) | |
download | gentoo-0fdbbd7790c39e91fa4610c18124e1f6812a30d9.tar.gz gentoo-0fdbbd7790c39e91fa4610c18124e1f6812a30d9.tar.bz2 gentoo-0fdbbd7790c39e91fa4610c18124e1f6812a30d9.zip |
dev-java/lzma: 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/lzma')
-rw-r--r-- | dev-java/lzma/lzma-22.01.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/lzma/lzma-22.01.ebuild b/dev-java/lzma/lzma-22.01.ebuild index 8279b6b2d058..ecadcae4135f 100644 --- a/dev-java/lzma/lzma-22.01.ebuild +++ b/dev-java/lzma/lzma-22.01.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://7-zip.org/a/lzma${PV/./}.7z -> ${P}.7z" LICENSE="public-domain" SLOT="0" -KEYWORDS="amd64 ~arm64 x86" +KEYWORDS="amd64 ~arm64" RDEPEND=">=virtual/jre-1.8:*" DEPEND=">=virtual/jdk-1.8:*" |