diff options
author | Jason Wever <weeve@gentoo.org> | 2003-12-17 00:13:54 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2003-12-17 00:13:54 +0000 |
commit | b11d9d3e18a028c6321f5d4bae4caed97421d662 (patch) | |
tree | c648c4fe1d917f7846df5dae98fabe986941a28f /dev-python | |
parent | Added ~sparc to keywords to fix the broken dependencies of dev-python/twisted. (diff) | |
download | historical-b11d9d3e18a028c6321f5d4bae4caed97421d662.tar.gz historical-b11d9d3e18a028c6321f5d4bae4caed97421d662.tar.bz2 historical-b11d9d3e18a028c6321f5d4bae4caed97421d662.zip |
Changed sparc keyword to ~sparc as dependency dev-python/pycrypto was missing any sparc keywords.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/twisted/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/twisted/Manifest | 6 | ||||
-rw-r--r-- | dev-python/twisted/twisted-1.1.0.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-python/twisted/ChangeLog b/dev-python/twisted/ChangeLog index a37cae973779..c500dbed230c 100644 --- a/dev-python/twisted/ChangeLog +++ b/dev-python/twisted/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/twisted # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.28 2003/12/13 04:33:21 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.29 2003/12/17 00:13:45 weeve Exp $ + + 16 Dec 2003; Jason Wever <weeve@gentoo.org> twisted-1.1.0.ebuild: + Changed sparc keyword to ~sparc as dependency dev-python/pycrypto was missing + any sparc keywords. *twisted-1.1.1 (13 Dec 2003) diff --git a/dev-python/twisted/Manifest b/dev-python/twisted/Manifest index ab035a0435d1..91b0ea02b6f6 100644 --- a/dev-python/twisted/Manifest +++ b/dev-python/twisted/Manifest @@ -1,6 +1,6 @@ -MD5 88396863d0c8ee459ff4dae7a54b94fb twisted-1.1.0.ebuild 1007 -MD5 355730e4b18ba81921898af7cc2cac13 twisted-1.1.1.ebuild 1038 -MD5 d82c902c17c65e36daeb97670cbfcc9f ChangeLog 7144 +MD5 a2f6325db5c658a5c614003289f4fcf1 ChangeLog 7314 MD5 19df39ef54fc4a8677998f19bb6046ac metadata.xml 218 +MD5 8933aab25d7c1196eb432311de70d846 twisted-1.1.0.ebuild 1006 +MD5 355730e4b18ba81921898af7cc2cac13 twisted-1.1.1.ebuild 1038 MD5 5c2c68c5857f1ad5b44c0672c5fd0671 files/digest-twisted-1.1.0 74 MD5 42bffa410158df2c1ce98e01c24a599c files/digest-twisted-1.1.1 74 diff --git a/dev-python/twisted/twisted-1.1.0.ebuild b/dev-python/twisted/twisted-1.1.0.ebuild index d722ec738ea4..8974c25bfcfc 100644 --- a/dev-python/twisted/twisted-1.1.0.ebuild +++ b/dev-python/twisted/twisted-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.1.0.ebuild,v 1.3 2003/12/06 14:55:57 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.1.0.ebuild,v 1.4 2003/12/17 00:13:45 weeve Exp $ inherit distutils @@ -10,7 +10,7 @@ SRC_URI="http://twisted.sourceforge.net/Twisted_NoDocs-${PV}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 alpha sparc" +KEYWORDS="x86 alpha ~sparc" IUSE="gtk2 doc" DEPEND=">=dev-lang/python-2.2 |