diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-06-30 23:16:14 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-06-30 23:16:14 +0000 |
commit | c6bec1121977b932b0e71487062338d9a6bad47a (patch) | |
tree | 76754aa6a8dcd59a5e09c32d82f8c025b9c5bb55 /dev-python/twisted-news | |
parent | Need to quote > symbol (Andrew Gaffney). (diff) | |
download | historical-c6bec1121977b932b0e71487062338d9a6bad47a.tar.gz historical-c6bec1121977b932b0e71487062338d9a6bad47a.tar.bz2 historical-c6bec1121977b932b0e71487062338d9a6bad47a.zip |
Added ~alpha keyword.
Package-Manager: portage-2.1
Diffstat (limited to 'dev-python/twisted-news')
-rw-r--r-- | dev-python/twisted-news/twisted-news-0.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/twisted-news/twisted-news-0.2.0.ebuild b/dev-python/twisted-news/twisted-news-0.2.0.ebuild index 696e3e385c14..71df90f240fe 100644 --- a/dev-python/twisted-news/twisted-news-0.2.0.ebuild +++ b/dev-python/twisted-news/twisted-news-0.2.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-news/twisted-news-0.2.0.ebuild,v 1.1 2006/05/26 18:45:43 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-0.2.0.ebuild,v 1.2 2006/06/30 23:10:24 tcort Exp $ MY_PACKAGE=News @@ -8,7 +8,7 @@ inherit twisted DESCRIPTION="Twisted News is an NNTP server and programming library." -KEYWORDS="~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~ia64 ~ppc ~sparc ~x86" DEPEND=">=dev-python/twisted-2.4 dev-python/twisted-mail" |