diff options
Diffstat (limited to 'dev-python/pkginfo/pkginfo-1.0.ebuild')
-rw-r--r-- | dev-python/pkginfo/pkginfo-1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pkginfo/pkginfo-1.0.ebuild b/dev-python/pkginfo/pkginfo-1.0.ebuild index d937402fc06b..5c0bb0e00948 100644 --- a/dev-python/pkginfo/pkginfo-1.0.ebuild +++ b/dev-python/pkginfo/pkginfo-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pkginfo/pkginfo-1.0.ebuild,v 1.4 2014/06/30 07:17:01 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pkginfo/pkginfo-1.0.ebuild,v 1.5 2015/03/06 22:32:04 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 pypy ) @@ -10,7 +10,7 @@ inherit distutils-r1 DESCRIPTION="Provides an API for querying the distutils metadata written in a PKG-INFO file" HOMEPAGE="http://pypi.python.org/pypi/pkginfo" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="doc examples" LICENSE="MIT" |