diff options
Diffstat (limited to 'dev-python/simpleparse/simpleparse-2.1.1.ebuild')
-rw-r--r-- | dev-python/simpleparse/simpleparse-2.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/simpleparse/simpleparse-2.1.1.ebuild b/dev-python/simpleparse/simpleparse-2.1.1.ebuild index abad74e80235..75b0d8f9df95 100644 --- a/dev-python/simpleparse/simpleparse-2.1.1.ebuild +++ b/dev-python/simpleparse/simpleparse-2.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/simpleparse-2.1.1.ebuild,v 1.6 2012/05/28 17:08:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/simpleparse-2.1.1.ebuild,v 1.7 2012/12/02 06:04:13 radhermit Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -16,7 +16,7 @@ DESCRIPTION="A Parser Generator for mxTextTools." HOMEPAGE="http://simpleparse.sourceforge.net http://pypi.python.org/pypi/SimpleParse" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" -LICENSE="as-is eGenixPublic-1.1" +LICENSE="eGenixPublic-1.1 HPND" SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="doc examples" |