diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2023-05-17 09:27:52 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2023-05-18 07:59:08 +0200 |
commit | 01f4cb5f25578a019a76b0768fc094edd67b53d7 (patch) | |
tree | ce8d32a193e82deb08854ff4e3b00360f40732d5 /dev-java | |
parent | net-libs/pjproject: revbump 2.13 to propagate RDEPEND change (diff) | |
download | gentoo-01f4cb5f25578a019a76b0768fc094edd67b53d7.tar.gz gentoo-01f4cb5f25578a019a76b0768fc094edd67b53d7.tar.bz2 gentoo-01f4cb5f25578a019a76b0768fc094edd67b53d7.zip |
dev-java/eclipse-ecj: update SRC_URI
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/eclipse-ecj/eclipse-ecj-4.22-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/eclipse-ecj/eclipse-ecj-4.22-r1.ebuild b/dev-java/eclipse-ecj/eclipse-ecj-4.22-r1.ebuild index c98b01d949da..f869a2c5af31 100644 --- a/dev-java/eclipse-ecj/eclipse-ecj-4.22-r1.ebuild +++ b/dev-java/eclipse-ecj/eclipse-ecj-4.22-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ DMF="R-${PV}-202111241800" DESCRIPTION="Eclipse Compiler for Java" HOMEPAGE="https://www.eclipse.org/" -SRC_URI="https://download.eclipse.org/eclipse/downloads/drops4/${DMF}/${MY_PN}src-${PV}.jar" +SRC_URI="https://archive.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" |