diff options
author | 2015-03-08 23:55:08 +0000 | |
---|---|---|
committer | 2015-03-08 23:55:08 +0000 | |
commit | 263e55ae3ad49384ca8cdad06241703c4da47ee2 (patch) | |
tree | fe8cd22c466607a088374c88495c6f0b14a8b3ae /dev-python/pkginfo/pkginfo-1.0.ebuild | |
parent | x86 stable, bug 540290 (diff) | |
download | gentoo-2-263e55ae3ad49384ca8cdad06241703c4da47ee2.tar.gz gentoo-2-263e55ae3ad49384ca8cdad06241703c4da47ee2.tar.bz2 gentoo-2-263e55ae3ad49384ca8cdad06241703c4da47ee2.zip |
x86 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/pkginfo/pkginfo-1.0.ebuild')
-rw-r--r-- | dev-python/pkginfo/pkginfo-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pkginfo/pkginfo-1.0.ebuild b/dev-python/pkginfo/pkginfo-1.0.ebuild index 5c0bb0e00948..e10c1288ad3f 100644 --- a/dev-python/pkginfo/pkginfo-1.0.ebuild +++ b/dev-python/pkginfo/pkginfo-1.0.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-python/pkginfo/pkginfo-1.0.ebuild,v 1.5 2015/03/06 22:32:04 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pkginfo/pkginfo-1.0.ebuild,v 1.6 2015/03/08 23:55:08 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" |