diff options
author | Jason Wever <weeve@gentoo.org> | 2005-11-09 04:59:07 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2005-11-09 04:59:07 +0000 |
commit | 97db008739b0cd571d597c199501c69a3c208878 (patch) | |
tree | e281ec365bdb493357b1c2c174d9fe0590425e36 /app-text/pytextile | |
parent | Added a patch to control window to display when an nsf song is played and cha... (diff) | |
download | gentoo-2-97db008739b0cd571d597c199501c69a3c208878.tar.gz gentoo-2-97db008739b0cd571d597c199501c69a3c208878.tar.bz2 gentoo-2-97db008739b0cd571d597c199501c69a3c208878.zip |
Added ~sparc keyword wrt bug #111069.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'app-text/pytextile')
-rw-r--r-- | app-text/pytextile/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/pytextile/Manifest | 12 | ||||
-rw-r--r-- | app-text/pytextile/pytextile-2.0.10.ebuild | 4 |
3 files changed, 7 insertions, 14 deletions
diff --git a/app-text/pytextile/ChangeLog b/app-text/pytextile/ChangeLog index b9f39140dc7b..f2ee6e110be2 100644 --- a/app-text/pytextile/ChangeLog +++ b/app-text/pytextile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/pytextile # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v 1.2 2005/11/01 00:39:33 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v 1.3 2005/11/09 04:58:10 weeve Exp $ + + 09 Nov 2005; Jason Wever <weeve@gentoo.org> pytextile-2.0.10.ebuild: + Added ~sparc keyword wrt bug #111069. 01 Nov 2005; Marcus D. Hanwell <cryos@gentoo.org> pytextile-2.0.10.ebuild: Marked ~amd64, bug 111069. diff --git a/app-text/pytextile/Manifest b/app-text/pytextile/Manifest index efc8f6929aad..7e5890ff9bf3 100644 --- a/app-text/pytextile/Manifest +++ b/app-text/pytextile/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 4a053bec2ae1ba924bf2d4f274333436 ChangeLog 550 MD5 877d61c05989e16389902d078ce46ed0 files/digest-pytextile-2.0.10 65 MD5 102f8255487b2b68e23839f3ab254242 metadata.xml 413 -MD5 5a2d3eff2aed085f67c4107226c6499b pytextile-2.0.10.ebuild 607 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFDZrlWntT9W3vfTuoRAoeSAJ9vy79IBIyKopcROn2FrYnt2z/A8QCeJrmG -uRKZJT2hZrdslrHz1YJN3AE= -=4AVD ------END PGP SIGNATURE----- +MD5 6bdae587c044718abb9c3c4baaca36a4 pytextile-2.0.10.ebuild 614 diff --git a/app-text/pytextile/pytextile-2.0.10.ebuild b/app-text/pytextile/pytextile-2.0.10.ebuild index b6374e287af5..02084ab95faa 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-2005 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.2 2005/11/01 00:39:33 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.0.10.ebuild,v 1.3 2005/11/09 04:58:10 weeve Exp $ inherit distutils @@ -12,7 +12,7 @@ SRC_URI="http://dealmeida.net/code/${MY_P}.tar.gz" LICENSE="freedist" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~sparc ~x86" IUSE="" DEPEND="dev-lang/python" |