diff options
author | Sam James <sam@gentoo.org> | 2022-08-19 17:51:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-19 17:51:47 +0100 |
commit | 148ea5b19b6ee4c154cf4ee4ca02854e55747f70 (patch) | |
tree | 1a7437ba007fa431bd542baf9ef0aee5346ff01f /dev-java/j2objc-annotations | |
parent | sys-devel/gcc: add 12.3.9999, drop 12.2.9999 (diff) | |
download | gentoo-148ea5b19b6ee4c154cf4ee4ca02854e55747f70.tar.gz gentoo-148ea5b19b6ee4c154cf4ee4ca02854e55747f70.tar.bz2 gentoo-148ea5b19b6ee4c154cf4ee4ca02854e55747f70.zip |
dev-java/j2objc-annotations: Stabilize 2.8 amd64, #865741
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-java/j2objc-annotations')
-rw-r--r-- | dev-java/j2objc-annotations/j2objc-annotations-2.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/j2objc-annotations/j2objc-annotations-2.8.ebuild b/dev-java/j2objc-annotations/j2objc-annotations-2.8.ebuild index 0cca338a648a..ae05fa4164a0 100644 --- a/dev-java/j2objc-annotations/j2objc-annotations-2.8.ebuild +++ b/dev-java/j2objc-annotations/j2objc-annotations-2.8.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/google/j2objc/archive/${PV}.tar.gz -> j2objc-${PV}.t 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:*" |