diff options
author | 2022-02-02 16:23:27 +0100 | |
---|---|---|
committer | 2022-02-02 16:23:27 +0100 | |
commit | fa7596cd5072dc32aab1ce562dd565883bb52ce9 (patch) | |
tree | b1a11d1f9dda9ddd64fdc4fb7d13d5403ab412af /dev-java/eclipse-ecj/eclipse-ecj-4.15.ebuild | |
parent | sys-cluster/glusterfs: Stabilize 9.4 amd64, #832574 (diff) | |
download | gentoo-fa7596cd5072dc32aab1ce562dd565883bb52ce9.tar.gz gentoo-fa7596cd5072dc32aab1ce562dd565883bb52ce9.tar.bz2 gentoo-fa7596cd5072dc32aab1ce562dd565883bb52ce9.zip |
dev-java/eclipse-ecj: Stabilize 4.15 amd64, #831117
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-java/eclipse-ecj/eclipse-ecj-4.15.ebuild')
-rw-r--r-- | dev-java/eclipse-ecj/eclipse-ecj-4.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/eclipse-ecj/eclipse-ecj-4.15.ebuild b/dev-java/eclipse-ecj/eclipse-ecj-4.15.ebuild index 0ddd9051340a..8e6af419fbc2 100644 --- a/dev-java/eclipse-ecj/eclipse-ecj-4.15.ebuild +++ b/dev-java/eclipse-ecj/eclipse-ecj-4.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ HOMEPAGE="http://www.eclipse.org/" SRC_URI="http://download.eclipse.org/eclipse/downloads/drops4/${DMF}/${MY_PN}src-${PV}.jar" LICENSE="EPL-1.0" -KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris" SLOT="4.15" IUSE="+ant" |