diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-05-15 16:45:31 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-05-15 16:45:31 +0000 |
commit | 92b1056e3ee0e066b5ca415b8dc6ed88edb8d34a (patch) | |
tree | 8f1d491ed50c6170219e06c1efd4940552cc8ab3 /app-text/pytextile | |
parent | amd64 stable (diff) | |
download | gentoo-2-92b1056e3ee0e066b5ca415b8dc6ed88edb8d34a.tar.gz gentoo-2-92b1056e3ee0e066b5ca415b8dc6ed88edb8d34a.tar.bz2 gentoo-2-92b1056e3ee0e066b5ca415b8dc6ed88edb8d34a.zip |
amd64 stable
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-text/pytextile')
-rw-r--r-- | app-text/pytextile/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/pytextile/pytextile-2.0.10.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/pytextile/ChangeLog b/app-text/pytextile/ChangeLog index 1850e917fecd..904f8e3c2616 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.11 2007/02/13 20:31:55 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v 1.12 2007/05/15 16:45:31 beandog Exp $ + + 15 May 2007; Steve Dibb <beandog@gentoo.org> pytextile-2.0.10.ebuild: + amd64 stable 13 Feb 2007; Markus Rothe <corsair@gentoo.org> pytextile-2.0.11.ebuild: Added ~ppc64; bug #166675 diff --git a/app-text/pytextile/pytextile-2.0.10.ebuild b/app-text/pytextile/pytextile-2.0.10.ebuild index 32e21dd18747..0f81af9fb21f 100644 --- a/app-text/pytextile/pytextile-2.0.10.ebuild +++ b/app-text/pytextile/pytextile-2.0.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.10.ebuild,v 1.8 2006/09/11 02:56:37 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.0.10.ebuild,v 1.9 2007/05/15 16:45:31 beandog Exp $ inherit distutils @@ -12,7 +12,7 @@ SRC_URI="http://dealmeida.net/public/${MY_P}.tar.gz" LICENSE="freedist" SLOT="0" -KEYWORDS="~amd64 ppc ~sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ~sparc x86 ~x86-fbsd" IUSE="" DEPEND="dev-lang/python" |