diff options
Diffstat (limited to 'dev-python/twisted')
-rw-r--r-- | dev-python/twisted/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/twisted/twisted-1.0.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/twisted/twisted-1.0.1.ebuild | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/twisted/ChangeLog b/dev-python/twisted/ChangeLog index c64f1afd5b3b..169f01b1c717 100644 --- a/dev-python/twisted/ChangeLog +++ b/dev-python/twisted/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for dev-python/twisted # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.7 2002/12/05 13:08:40 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.8 2002/12/09 04:21:13 manson Exp $ +\* Autoupdate keywords (12-6-02) + 06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords + *twisted-1.0.1-r1 (05 Dec 2002) Thomas Raschbacher <lordvan@gentoo.org> Added dep for dev-python/pycrypto Added IUSE diff --git a/dev-python/twisted/twisted-1.0.1-r1.ebuild b/dev-python/twisted/twisted-1.0.1-r1.ebuild index 32e576d01f5f..f1d8e864e346 100644 --- a/dev-python/twisted/twisted-1.0.1-r1.ebuild +++ b/dev-python/twisted/twisted-1.0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.0.1-r1.ebuild,v 1.1 2002/12/05 13:08:40 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.0.1-r1.ebuild,v 1.2 2002/12/09 04:21:13 manson Exp $ S=${WORKDIR}/Twisted-${PV} DESCRIPTION="Twisted is a collection of servers and clients, which can be used either by developers of new applications or directly. Documentation included." @@ -11,7 +11,7 @@ SLOT="0" DEPEND="virtual/python >=dev-python/pycrypto-1.9_alpha4" RDEPEND="$DEPEND" -KEYWORDS="x86 alpha sparc sparc64" +KEYWORDS="x86 alpha sparc " IUSE="" inherit distutils diff --git a/dev-python/twisted/twisted-1.0.1.ebuild b/dev-python/twisted/twisted-1.0.1.ebuild index 123a9e006811..c0c53335c7d2 100644 --- a/dev-python/twisted/twisted-1.0.1.ebuild +++ b/dev-python/twisted/twisted-1.0.1.ebuild @@ -9,7 +9,7 @@ LICENSE="LGPL-2.1" SLOT="0" DEPEND="virtual/python" RDEPEND="$DEPEND" -KEYWORDS="x86 alpha sparc sparc64" +KEYWORDS="x86 alpha sparc " inherit distutils |