diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2006-09-25 20:08:54 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2006-09-25 20:08:54 +0000 |
commit | b7d3e24bb6d3dd55fd0c925af53c3d5a0dbad4ed (patch) | |
tree | 51995cbf78445d91a1c6eb915b0db641ed468408 /dev-python | |
parent | Added ~x86-fbsd keyword. (diff) | |
download | gentoo-2-b7d3e24bb6d3dd55fd0c925af53c3d5a0dbad4ed.tar.gz gentoo-2-b7d3e24bb6d3dd55fd0c925af53c3d5a0dbad4ed.tar.bz2 gentoo-2-b7d3e24bb6d3dd55fd0c925af53c3d5a0dbad4ed.zip |
Added ~x86-fbsd keyword.
(Portage version: 2.1.2_pre1-r2)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/twisted/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/twisted/twisted-2.4.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/twisted/ChangeLog b/dev-python/twisted/ChangeLog index f984b9267f80..caaaa334c0bf 100644 --- a/dev-python/twisted/ChangeLog +++ b/dev-python/twisted/ChangeLog @@ -1,6 +1,10 @@ # 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.81 2006/09/20 21:46:00 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.82 2006/09/25 20:08:54 the_paya Exp $ + + 25 Sep 2006; Javier Villavicencio <the_paya@gentoo.org> + twisted-2.4.0-r1.ebuild: + Add ~x86-fbsd keyword. *twisted-2.4.0-r1 (20 Sep 2006) diff --git a/dev-python/twisted/twisted-2.4.0-r1.ebuild b/dev-python/twisted/twisted-2.4.0-r1.ebuild index 0e312b4ee553..88c879cd142b 100644 --- a/dev-python/twisted/twisted-2.4.0-r1.ebuild +++ b/dev-python/twisted/twisted-2.4.0-r1.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-r1.ebuild,v 1.1 2006/09/20 21:46:00 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-2.4.0-r1.ebuild,v 1.2 2006/09/25 20:08:54 the_paya 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 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="gtk serial crypt" DEPEND=">=dev-lang/python-2.3 |