diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-12-29 13:13:52 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-12-29 13:13:52 +0000 |
commit | 4737ca510f4836a5b7364978e499fb48c09b0979 (patch) | |
tree | 8814e229e43aa0e194704126767f71392f5b9c57 /app-text | |
parent | Stable on ppc wrt bug 203603 (diff) | |
download | gentoo-2-4737ca510f4836a5b7364978e499fb48c09b0979.tar.gz gentoo-2-4737ca510f4836a5b7364978e499fb48c09b0979.tar.bz2 gentoo-2-4737ca510f4836a5b7364978e499fb48c09b0979.zip |
Stable on ppc wrt bug 203602
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pytextile/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/pytextile/pytextile-2.0.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/pytextile/ChangeLog b/app-text/pytextile/ChangeLog index 272c54ec097b..cbb1580e97f8 100644 --- a/app-text/pytextile/ChangeLog +++ b/app-text/pytextile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/pytextile # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v 1.13 2007/12/28 19:17:40 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v 1.14 2007/12/29 13:13:52 nixnut Exp $ + + 29 Dec 2007; nixnut <nixnut@gentoo.org> pytextile-2.0.11.ebuild: + Stable on ppc wrt bug 203602 28 Dec 2007; Doug Klima <cardoe@gentoo.org> pytextile-2.0.11.ebuild: amd64 stable wrt bug #203602 diff --git a/app-text/pytextile/pytextile-2.0.11.ebuild b/app-text/pytextile/pytextile-2.0.11.ebuild index b45e11179491..ce5023224654 100644 --- a/app-text/pytextile/pytextile-2.0.11.ebuild +++ b/app-text/pytextile/pytextile-2.0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.0.11.ebuild,v 1.4 2007/12/28 19:17:40 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.0.11.ebuild,v 1.5 2007/12/29 13:13:52 nixnut Exp $ inherit distutils @@ -12,7 +12,7 @@ SRC_URI="http://cheeseshop.python.org/packages/source/t/textile/${MY_P}.tar.gz" LICENSE="freedist" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="dev-python/setuptools" |