diff options
Diffstat (limited to 'dev-java/cssparser/cssparser-0.9.20.ebuild')
-rw-r--r-- | dev-java/cssparser/cssparser-0.9.20.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/cssparser/cssparser-0.9.20.ebuild b/dev-java/cssparser/cssparser-0.9.20.ebuild index 4d9963ba4a1c..ad7b0b9aa493 100644 --- a/dev-java/cssparser/cssparser-0.9.20.ebuild +++ b/dev-java/cssparser/cssparser-0.9.20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 @@ -9,10 +9,10 @@ inherit java-pkg-2 java-pkg-simple DESCRIPTION="API for parsing CSS 2 in Java" HOMEPAGE="http://cssparser.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}-sources.jar" +SRC_URI="mirror://sourceforge/${PN}/${P}-sources.jar -> ${P}.jar" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" CDEPEND="dev-java/sac:0" |