dev-java/xpp3: fix static PV in SRC_URI in 1.1.4c-r3

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-04-15 06:30:37 +01:00
parent 4bd0b543c6
commit f2cb07874c

View File

@@ -9,7 +9,7 @@ inherit java-pkg-2 java-pkg-simple
DESCRIPTION="An implementation of XMLPULL V1 API"
HOMEPAGE="http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html"
SRC_URI="https://repo1.maven.org/maven2/${PN}/${PN}/${PV}/xpp3-1.1.4c-sources.jar -> ${P}.jar"
SRC_URI="https://repo1.maven.org/maven2/${PN}/${PN}/${PV}/${P}-sources.jar -> ${P}.jar"
LICENSE="Apache-1.1 IBM JDOM LGPL-2.1+"
SLOT="0"