diff options
author | 2004-10-23 15:45:03 +0000 | |
---|---|---|
committer | 2004-10-23 15:45:03 +0000 | |
commit | b032e0751532177b0cad8ad20d75096e80b48e9f (patch) | |
tree | 16243e145ef50b7b8a9f5f0d204dc19e423eb73f /dev-python/twisted | |
parent | Added ~sparc keyword. (Manifest recommit) (diff) | |
download | gentoo-2-b032e0751532177b0cad8ad20d75096e80b48e9f.tar.gz gentoo-2-b032e0751532177b0cad8ad20d75096e80b48e9f.tar.bz2 gentoo-2-b032e0751532177b0cad8ad20d75096e80b48e9f.zip |
Added ~sparc keyword.
Diffstat (limited to 'dev-python/twisted')
-rw-r--r-- | dev-python/twisted/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/twisted/twisted-1.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/twisted/ChangeLog b/dev-python/twisted/ChangeLog index 2d6ac3eba107..12c419dce31b 100644 --- a/dev-python/twisted/ChangeLog +++ b/dev-python/twisted/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/twisted # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.40 2004/10/17 12:01:51 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.41 2004/10/23 15:45:03 weeve Exp $ + + 23 Oct 2004; Jason Wever <weeve@gentoo.org> twisted-1.3.0.ebuild: + Added ~sparc keyword. 17 Oct 2004; Dylan Carlson <absinthe@gentoo.org> twisted-1.2.0.ebuild: stable on amd64. diff --git a/dev-python/twisted/twisted-1.3.0.ebuild b/dev-python/twisted/twisted-1.3.0.ebuild index 52ca3f3e7595..529a793f19fd 100644 --- a/dev-python/twisted/twisted-1.3.0.ebuild +++ b/dev-python/twisted/twisted-1.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.3.0.ebuild,v 1.4 2004/07/16 23:47:22 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.3.0.ebuild,v 1.5 2004/10/23 15:45:03 weeve Exp $ inherit distutils @@ -12,7 +12,7 @@ SRC_URI="http://twisted.sourceforge.net/Twisted_NoDocs-${MY_PV}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc ~alpha" +KEYWORDS="~x86 ~amd64 ~ppc ~alpha ~sparc" IUSE="gtk gtk2 doc" DEPEND=">=dev-lang/python-2.2 |