diff options
author | 2008-08-08 03:03:20 +0000 | |
---|---|---|
committer | 2008-08-08 03:03:20 +0000 | |
commit | 17be47bb3c8d3b3d880703586c146e65a9b1f10f (patch) | |
tree | 47a0c291e9760abc61d5ca99949559179c540dc4 /dev-python | |
parent | Sparc stable --- Bug #234212 --- all some huge number of tests pass. (diff) | |
download | gentoo-2-17be47bb3c8d3b3d880703586c146e65a9b1f10f.tar.gz gentoo-2-17be47bb3c8d3b3d880703586c146e65a9b1f10f.tar.bz2 gentoo-2-17be47bb3c8d3b3d880703586c146e65a9b1f10f.zip |
Stable for HPPA (bug #231675).
(Portage version: 2.2_rc6/cvs/Linux 2.6.24-gentoo-r2-JeR i686)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/twisted/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/twisted/twisted-8.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/twisted/ChangeLog b/dev-python/twisted/ChangeLog index c9f3038f43ce..faba4f444593 100644 --- a/dev-python/twisted/ChangeLog +++ b/dev-python/twisted/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/twisted # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.92 2008/08/06 18:40:39 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.93 2008/08/08 03:03:20 jer Exp $ + + 08 Aug 2008; Jeroen Roovers <jer@gentoo.org> twisted-8.1.0.ebuild: + Stable for HPPA (bug #231675). 06 Aug 2008; Jesus Rivero <neurogeek@gentoo.org> metadata.xml: add GLEP 56 USE flag desc from use.local.desc diff --git a/dev-python/twisted/twisted-8.1.0.ebuild b/dev-python/twisted/twisted-8.1.0.ebuild index 4c22c7c41d39..10e687f84137 100644 --- a/dev-python/twisted/twisted-8.1.0.ebuild +++ b/dev-python/twisted/twisted-8.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-8.1.0.ebuild,v 1.2 2008/08/05 12:22:02 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-8.1.0.ebuild,v 1.3 2008/08/08 03:03:20 jer Exp $ inherit eutils distutils versionator @@ -12,7 +12,7 @@ SRC_URI="http://tmrc.mit.edu/mirror/${PN}/Core/$(get_version_component_range 1-2 LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd" IUSE="gtk serial crypt" DEPEND=">=dev-lang/python-2.3 |