summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-10-15 23:05:15 +0000
committerAnthony G. Basile <blueness@gentoo.org>2014-10-15 23:05:15 +0000
commitb3238f96032f0631d1217eff4327615af9dce26f (patch)
tree7b4429c9a8aca0c2c4e9d74310cb87dae0b7aeba /dev-python/twill
parenttoolchain-funcs.eclass: fix copyright line (diff)
downloadgentoo-2-b3238f96032f0631d1217eff4327615af9dce26f.tar.gz
gentoo-2-b3238f96032f0631d1217eff4327615af9dce26f.tar.bz2
gentoo-2-b3238f96032f0631d1217eff4327615af9dce26f.zip
Keyworded ~ppc and ~ppc64, bug #525246
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-python/twill')
-rw-r--r--dev-python/twill/ChangeLog6
-rw-r--r--dev-python/twill/twill-0.9-r1.ebuild4
-rw-r--r--dev-python/twill/twill-0.9.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/twill/ChangeLog b/dev-python/twill/ChangeLog
index f91437ff2da9..2e66d958b064 100644
--- a/dev-python/twill/ChangeLog
+++ b/dev-python/twill/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/twill
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twill/ChangeLog,v 1.15 2014/08/10 21:23:46 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twill/ChangeLog,v 1.16 2014/10/15 23:05:15 blueness Exp $
+
+ 15 Oct 2014; Anthony G. Basile <blueness@gentoo.org> twill-0.9-r1.ebuild,
+ twill-0.9.ebuild:
+ Keyworded ~ppc and ~ppc64, bug #525246
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> twill-0.9-r1.ebuild,
twill-0.9.ebuild:
diff --git a/dev-python/twill/twill-0.9-r1.ebuild b/dev-python/twill/twill-0.9-r1.ebuild
index 12826b08efba..0312435ba389 100644
--- a/dev-python/twill/twill-0.9-r1.ebuild
+++ b/dev-python/twill/twill-0.9-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twill/twill-0.9-r1.ebuild,v 1.5 2014/08/10 21:23:46 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twill/twill-0.9-r1.ebuild,v 1.6 2014/10/15 23:05:15 blueness Exp $
EAPI="5"
PYTHON_COMPAT=( python2_7 pypy )
@@ -16,7 +16,7 @@ SRC_URI="http://darcs.idyll.org/~t/projects/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
IUSE="doc examples"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
diff --git a/dev-python/twill/twill-0.9.ebuild b/dev-python/twill/twill-0.9.ebuild
index 2e02e4c323bc..7e3653802a1e 100644
--- a/dev-python/twill/twill-0.9.ebuild
+++ b/dev-python/twill/twill-0.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twill/twill-0.9.ebuild,v 1.8 2014/08/10 21:23:46 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twill/twill-0.9.ebuild,v 1.9 2014/10/15 23:05:15 blueness Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -18,7 +18,7 @@ SRC_URI="http://darcs.idyll.org/~t/projects/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
IUSE="doc"
S="${WORKDIR}/${MY_P}"