diff options
author | Brent Baude <ranger@gentoo.org> | 2006-06-04 02:41:49 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2006-06-04 02:41:49 +0000 |
commit | cc372065f2e2501de847b8f372fea56770db8b0a (patch) | |
tree | 296c92ba7984f3d571a3e2aa4c203a41192049f6 /dev-python/twisted | |
parent | Marking pyserial-2.2 ppc64 stable as a dep to twisted and in turn avahi per M... (diff) | |
download | gentoo-2-cc372065f2e2501de847b8f372fea56770db8b0a.tar.gz gentoo-2-cc372065f2e2501de847b8f372fea56770db8b0a.tar.bz2 gentoo-2-cc372065f2e2501de847b8f372fea56770db8b0a.zip |
Marking twisted-2.4.0 ppc64 stable to handle net-dns/avahi deps per Mr Bones
(Portage version: 2.0.54-r2)
Diffstat (limited to 'dev-python/twisted')
-rw-r--r-- | dev-python/twisted/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/twisted/twisted-2.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/twisted/ChangeLog b/dev-python/twisted/ChangeLog index e01c4f7913eb..bc466336c091 100644 --- a/dev-python/twisted/ChangeLog +++ b/dev-python/twisted/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/twisted # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.71 2006/05/29 17:53:11 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.72 2006/06/04 02:41:49 ranger Exp $ + + 04 Jun 2006; Brent Baude <ranger@gentoo.org> twisted-2.4.0.ebuild: + Marking twisted-2.4.0 ppc64 stable to handle net-dns/avahi deps per Mr Bones 29 May 2006; Simon Stelling <blubb@gentoo.org> twisted-2.0.1.ebuild: stable on amd64 diff --git a/dev-python/twisted/twisted-2.4.0.ebuild b/dev-python/twisted/twisted-2.4.0.ebuild index a522cd939b92..f974cf15929f 100644 --- a/dev-python/twisted/twisted-2.4.0.ebuild +++ b/dev-python/twisted/twisted-2.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-2.4.0.ebuild,v 1.1 2006/05/26 18:42:12 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-2.4.0.ebuild,v 1.2 2006/06/04 02:41:49 ranger Exp $ inherit eutils distutils versionator @@ -12,7 +12,7 @@ SRC_URI="http://tmrc.mit.edu/mirror/twisted/Twisted/$(get_version_component_rang LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~sh ~sparc ~x86" IUSE="gtk serial crypt" DEPEND=">=dev-lang/python-2.3 |