diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-04-25 11:51:52 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-04-25 11:51:52 +0000 |
commit | 36cb07b4c9c5af583301675bc211e0b10715c78f (patch) | |
tree | a0920c69b13544af9d9991afce02d13d35ff2fa1 /dev-python/python-gflags | |
parent | Marked ~ppc64 too. (diff) | |
download | gentoo-2-36cb07b4c9c5af583301675bc211e0b10715c78f.tar.gz gentoo-2-36cb07b4c9c5af583301675bc211e0b10715c78f.tar.bz2 gentoo-2-36cb07b4c9c5af583301675bc211e0b10715c78f.zip |
Marked ~ppc64 too.
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-python/python-gflags')
-rw-r--r-- | dev-python/python-gflags/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/python-gflags/python-gflags-2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/python-gflags/ChangeLog b/dev-python/python-gflags/ChangeLog index 69c1fcb29691..6c89dd394766 100644 --- a/dev-python/python-gflags/ChangeLog +++ b/dev-python/python-gflags/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/python-gflags # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gflags/ChangeLog,v 1.23 2015/04/08 08:05:19 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gflags/ChangeLog,v 1.24 2015/04/25 11:51:52 jer Exp $ + + 25 Apr 2015; Jeroen Roovers <jer@gentoo.org> python-gflags-2.0.ebuild: + Marked ~ppc64 too. 08 Apr 2015; Michał Górny <mgorny@gentoo.org> python-gflags-2.0.ebuild: Drop old Python implementations diff --git a/dev-python/python-gflags/python-gflags-2.0.ebuild b/dev-python/python-gflags/python-gflags-2.0.ebuild index ecb89e20da6c..90d6389bbf6c 100644 --- a/dev-python/python-gflags/python-gflags-2.0.ebuild +++ b/dev-python/python-gflags/python-gflags-2.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/python-gflags/python-gflags-2.0.ebuild,v 1.17 2015/04/08 08:05:19 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gflags/python-gflags-2.0.ebuild,v 1.18 2015/04/25 11:51:52 jer Exp $ EAPI="5" @@ -14,7 +14,7 @@ SRC_URI="http://python-gflags.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~m68k ~mips ~s390 ~sh x86" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~m68k ~mips ~ppc64 ~s390 ~sh x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |