summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-gflags')
-rw-r--r--dev-python/python-gflags/ChangeLog5
-rw-r--r--dev-python/python-gflags/python-gflags-2.0.ebuild4
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}]"