diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-04-21 23:41:27 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-04-21 23:41:27 +0000 |
commit | 3f201263ec5e61d235ca88b70df0909e84332fa2 (patch) | |
tree | 7dbef62e5840a9d2c56cac2d750cbfbb1df737e0 /dev-python | |
parent | Fixes -DGTK_DISABLE_DEPRECATED problem, closes bug #46766 (Manifest recommit) (diff) | |
download | gentoo-2-3f201263ec5e61d235ca88b70df0909e84332fa2.tar.gz gentoo-2-3f201263ec5e61d235ca88b70df0909e84332fa2.tar.bz2 gentoo-2-3f201263ec5e61d235ca88b70df0909e84332fa2.zip |
Added ~alpha to keywords.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/twisted/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/twisted/twisted-1.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/twisted/ChangeLog b/dev-python/twisted/ChangeLog index 805d94b4d8b8..498ba6f9e5c7 100644 --- a/dev-python/twisted/ChangeLog +++ b/dev-python/twisted/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/twisted # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.32 2004/03/06 10:05:27 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.33 2004/04/21 23:41:27 kloeri Exp $ + + 22 Apr 2004; Bryan Østergaard <kloeri@gentoo.org> twisted-1.2.0.ebuild: + Added ~alpha to keywords. 06 Mar 2004; David Holm <dholm@gentoo.org> twisted-1.2.0.ebuild: Added to ~ppc. diff --git a/dev-python/twisted/twisted-1.2.0.ebuild b/dev-python/twisted/twisted-1.2.0.ebuild index 7d4a368dee2b..1c1c970b17e3 100644 --- a/dev-python/twisted/twisted-1.2.0.ebuild +++ b/dev-python/twisted/twisted-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.2.0.ebuild,v 1.3 2004/03/06 10:05:27 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.2.0.ebuild,v 1.4 2004/04/21 23:41:27 kloeri 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 ~amd64 ~ppc" +KEYWORDS="~x86 ~amd64 ~ppc ~alpha" IUSE="gtk gtk2 doc" DEPEND=">=dev-lang/python-2.2 |