diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-06-30 23:10:24 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-06-30 23:10:24 +0000 |
commit | e91ef4d2b0c53a762b62b452bd816676c72940e3 (patch) | |
tree | e7c313bbaebd2ff5a843de9408f08b88d7b121c1 /dev-python | |
parent | arm/sh stable (diff) | |
download | gentoo-2-e91ef4d2b0c53a762b62b452bd816676c72940e3.tar.gz gentoo-2-e91ef4d2b0c53a762b62b452bd816676c72940e3.tar.bz2 gentoo-2-e91ef4d2b0c53a762b62b452bd816676c72940e3.zip |
Added ~alpha keyword.
(Portage version: 2.1)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/twisted-news/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/twisted-news/twisted-news-0.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/twisted-news/ChangeLog b/dev-python/twisted-news/ChangeLog index 9a1d06e1b867..71a2579725c0 100644 --- a/dev-python/twisted-news/ChangeLog +++ b/dev-python/twisted-news/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/twisted-news # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.9 2006/05/26 18:45:43 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.10 2006/06/30 23:10:24 tcort Exp $ + + 30 Jun 2006; Thomas Cort <tcort@gentoo.org> twisted-news-0.2.0.ebuild: + Added ~alpha keyword. *twisted-news-0.2.0 (26 May 2006) 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" |