diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-31 16:00:40 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-31 16:00:40 +0000 |
commit | e87bb6ff31feb943a473d095e37630e95ccaec38 (patch) | |
tree | 9f4ad88f32250e0b9fada24b0a4b5f69364514fa /app-text/pytextile | |
parent | Stable for ppc64, wrt bug #526918 (diff) | |
download | gentoo-2-e87bb6ff31feb943a473d095e37630e95ccaec38.tar.gz gentoo-2-e87bb6ff31feb943a473d095e37630e95ccaec38.tar.bz2 gentoo-2-e87bb6ff31feb943a473d095e37630e95ccaec38.zip |
Stable for ppc64, wrt bug #527394
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-text/pytextile')
-rw-r--r-- | app-text/pytextile/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/pytextile/pytextile-2.1.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/pytextile/ChangeLog b/app-text/pytextile/ChangeLog index aefe70644b45..2b46b2e6737a 100644 --- a/app-text/pytextile/ChangeLog +++ b/app-text/pytextile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/pytextile # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v 1.36 2014/10/30 14:05:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v 1.37 2014/10/31 16:00:40 ago Exp $ + + 31 Oct 2014; Agostino Sarubbo <ago@gentoo.org> pytextile-2.1.8.ebuild: + Stable for ppc64, wrt bug #527394 30 Oct 2014; Agostino Sarubbo <ago@gentoo.org> pytextile-2.1.8.ebuild: Stable for amd64, wrt bug #527394 diff --git a/app-text/pytextile/pytextile-2.1.8.ebuild b/app-text/pytextile/pytextile-2.1.8.ebuild index 852b16687842..6eff3a129b00 100644 --- a/app-text/pytextile/pytextile-2.1.8.ebuild +++ b/app-text/pytextile/pytextile-2.1.8.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/app-text/pytextile/pytextile-2.1.8.ebuild,v 1.5 2014/10/30 14:05:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.1.8.ebuild,v 1.6 2014/10/31 16:00:40 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] |