diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-05-17 14:48:00 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-05-17 14:48:00 +0000 |
commit | 6cd1627f8f835a82126e2de9a08f041f810a424c (patch) | |
tree | f07ba60cd8395ae7be4c80ea10c184e1becbd491 /dev-python/pkginfo | |
parent | Version bump with bugfixes. Add slot operators. Fix dependencies. (diff) | |
download | gentoo-2-6cd1627f8f835a82126e2de9a08f041f810a424c.tar.gz gentoo-2-6cd1627f8f835a82126e2de9a08f041f810a424c.tar.bz2 gentoo-2-6cd1627f8f835a82126e2de9a08f041f810a424c.zip |
Mark ~ppc64 (bug #549148).
(Portage version: 2.2.19/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-python/pkginfo')
-rw-r--r-- | dev-python/pkginfo/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pkginfo/pkginfo-1.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pkginfo/ChangeLog b/dev-python/pkginfo/ChangeLog index 53debbe90229..0bba173f3783 100644 --- a/dev-python/pkginfo/ChangeLog +++ b/dev-python/pkginfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pkginfo # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pkginfo/ChangeLog,v 1.11 2015/05/11 06:13:56 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pkginfo/ChangeLog,v 1.12 2015/05/17 14:48:00 jer Exp $ + + 17 May 2015; Jeroen Roovers <jer@gentoo.org> pkginfo-1.2.1.ebuild: + Mark ~ppc64 (bug #549148). *pkginfo-1.2.1 (11 May 2015) diff --git a/dev-python/pkginfo/pkginfo-1.2.1.ebuild b/dev-python/pkginfo/pkginfo-1.2.1.ebuild index a2bf8087ca92..2e01bc457e00 100644 --- a/dev-python/pkginfo/pkginfo-1.2.1.ebuild +++ b/dev-python/pkginfo/pkginfo-1.2.1.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.2.1.ebuild,v 1.1 2015/05/11 06:13:56 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pkginfo/pkginfo-1.2.1.ebuild,v 1.2 2015/05/17 14:48:00 jer Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} 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 ~ppc64 ~x86" IUSE="doc examples" LICENSE="MIT" |