diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-10-20 20:39:01 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-10-20 20:39:01 +0000 |
commit | 674568708a74a279b96661076057e8ae6ac64287 (patch) | |
tree | 3ec448541eedd40544e05978dc2318fe3d6b7f48 /dev-python | |
parent | Stable on Alpha. (diff) | |
download | gentoo-2-674568708a74a279b96661076057e8ae6ac64287.tar.gz gentoo-2-674568708a74a279b96661076057e8ae6ac64287.tar.bz2 gentoo-2-674568708a74a279b96661076057e8ae6ac64287.zip |
Stable on Alpha.
(Portage version: 2.1.2_pre3-r2)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/twisted-news/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/twisted-news/twisted-news-0.2.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/twisted-news/ChangeLog b/dev-python/twisted-news/ChangeLog index 279dbc5b7a05..ce87d7d4b59e 100644 --- a/dev-python/twisted-news/ChangeLog +++ b/dev-python/twisted-news/ChangeLog @@ -1,6 +1,10 @@ # 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.14 2006/08/01 15:17:54 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.15 2006/10/20 20:39:01 kloeri Exp $ + + 20 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> + twisted-news-0.2.0.ebuild: + Stable on Alpha. 01 Aug 2006; Simon Stelling <blubb@gentoo.org> twisted-news-0.2.0.ebuild: added ~amd64 keyword 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 9178c41f1971..bcd0409a13c4 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.4 2006/08/01 15:17:54 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-0.2.0.ebuild,v 1.5 2006/10/20 20:39:01 kloeri Exp $ MY_PACKAGE=News @@ -8,7 +8,7 @@ inherit twisted DESCRIPTION="Twisted News is an NNTP server and programming library." -KEYWORDS="~alpha ~amd64 ia64 ~ppc ~sparc ~x86" +KEYWORDS="alpha ~amd64 ia64 ~ppc ~sparc ~x86" DEPEND=">=dev-python/twisted-2.4 dev-python/twisted-mail" |