diff options
Diffstat (limited to 'dev-java/cssparser/cssparser-0.9.14.ebuild')
-rw-r--r-- | dev-java/cssparser/cssparser-0.9.14.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-java/cssparser/cssparser-0.9.14.ebuild b/dev-java/cssparser/cssparser-0.9.14.ebuild index 3d7e9249daea..7fb4160a3ae6 100644 --- a/dev-java/cssparser/cssparser-0.9.14.ebuild +++ b/dev-java/cssparser/cssparser-0.9.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/cssparser/cssparser-0.9.14.ebuild,v 1.1 2015/01/30 20:31:22 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/cssparser/cssparser-0.9.14.ebuild,v 1.2 2015/02/28 00:29:40 monsieurp Exp $ EAPI="5" inherit java-pkg-2 java-pkg-simple @@ -8,7 +8,6 @@ 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" - LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" |