diff options
-rw-r--r-- | app-text/pytextile/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/pytextile/pytextile-2.1.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/pytextile/ChangeLog b/app-text/pytextile/ChangeLog index c9050d725643..c6785643390c 100644 --- a/app-text/pytextile/ChangeLog +++ b/app-text/pytextile/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/pytextile # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v 1.20 2010/01/10 17:34:47 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v 1.21 2010/01/11 21:05:36 fauli Exp $ + + 11 Jan 2010; Christian Faulhammer <fauli@gentoo.org> + pytextile-2.1.4.ebuild: + stable x86, bug 300240 10 Jan 2010; Brent Baude <ranger@gentoo.org> pytextile-2.1.4.ebuild: stable ppc64, bug 300240 diff --git a/app-text/pytextile/pytextile-2.1.4.ebuild b/app-text/pytextile/pytextile-2.1.4.ebuild index 5177ca108605..549261794896 100644 --- a/app-text/pytextile/pytextile-2.1.4.ebuild +++ b/app-text/pytextile/pytextile-2.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.1.4.ebuild,v 1.2 2010/01/10 17:34:47 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.1.4.ebuild,v 1.3 2010/01/11 21:05:36 fauli Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -17,7 +17,7 @@ SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.ta LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="test" DEPEND="test? ( dev-python/nose )" |