From 4bd0b543c65a0229d0adae17d5526356d2f6447d Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 15 Apr 2021 06:29:56 +0100 Subject: dev-java/aspectj: fix static PV in SRC_URI in 1.7.3-r1 Signed-off-by: Sam James --- dev-java/aspectj/aspectj-1.7.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-java') 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" -- cgit v1.2.3-65-gdbad