diff options
author | Sam James <sam@gentoo.org> | 2021-04-15 06:29:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-15 06:29:56 +0100 |
commit | 4bd0b543c65a0229d0adae17d5526356d2f6447d (patch) | |
tree | bc260c01551145c002eabbdabf6481c943c935cf /dev-java/aspectj | |
parent | x11-wm/mutter: Stabilize 3.38.4 x86, #782847 (diff) | |
download | gentoo-4bd0b543c65a0229d0adae17d5526356d2f6447d.tar.gz gentoo-4bd0b543c65a0229d0adae17d5526356d2f6447d.tar.bz2 gentoo-4bd0b543c65a0229d0adae17d5526356d2f6447d.zip |
dev-java/aspectj: fix static PV in SRC_URI in 1.7.3-r1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-java/aspectj')
-rw-r--r-- | dev-java/aspectj/aspectj-1.7.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/aspectj/aspectj-1.7.3-r1.ebuild b/dev-java/aspectj/aspectj-1.7.3-r1.ebuild index 316152059dfc..14b9dcd39d2c 100644 --- a/dev-java/aspectj/aspectj-1.7.3-r1.ebuild +++ b/dev-java/aspectj/aspectj-1.7.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -9,7 +9,7 @@ inherit java-pkg-2 java-pkg-simple DESCRIPTION="A seamless aspect-oriented extension to the Java programming language" HOMEPAGE="http://eclipse.org/aspectj/" -SRC_URI="http://www.eclipse.org/downloads/download.php?file=/tools/aspectj/aspectj-1.7.3-src.jar&r=1 -> ${P}.jar" +SRC_URI="http://www.eclipse.org/downloads/download.php?file=/tools/aspectj/${P}-src.jar&r=1 -> ${P}.jar" LICENSE="EPL-1.0" SLOT="0" |