diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-19 20:35:34 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-19 20:35:34 +0300 |
commit | e6f3757f5140167d8c1801fff73af31740b97a68 (patch) | |
tree | 06bf0b1abbd8a80dcd2cd69bc2f8c2b573456932 /dev-java/xerial-core | |
parent | dev-java/xerial-core: Stabilize 2.1 arm64, #877647 (diff) | |
download | gentoo-e6f3757f5140167d8c1801fff73af31740b97a68.tar.gz gentoo-e6f3757f5140167d8c1801fff73af31740b97a68.tar.bz2 gentoo-e6f3757f5140167d8c1801fff73af31740b97a68.zip |
dev-java/xerial-core: Stabilize 2.1 ppc64, #877647
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-java/xerial-core')
-rw-r--r-- | dev-java/xerial-core/xerial-core-2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/xerial-core/xerial-core-2.1.ebuild b/dev-java/xerial-core/xerial-core-2.1.ebuild index 75e0d4d2fc58..1299a6e436d5 100644 --- a/dev-java/xerial-core/xerial-core-2.1.ebuild +++ b/dev-java/xerial-core/xerial-core-2.1.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/xerial/xerial-java/archive/${PV}.tar.gz -> ${P}.tar. LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm arm64 ppc64 ~x86" DEPEND=">=virtual/jdk-1.8:*" RDEPEND=">=virtual/jre-1.8:*" |