summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/twisted-news/ChangeLog5
-rw-r--r--dev-python/twisted-news/twisted-news-0.2.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/twisted-news/ChangeLog b/dev-python/twisted-news/ChangeLog
index dcfa7f05df06..279dbc5b7a05 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.13 2006/08/01 15:14:52 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.14 2006/08/01 15:17:54 blubb Exp $
+
+ 01 Aug 2006; Simon Stelling <blubb@gentoo.org> twisted-news-0.2.0.ebuild:
+ added ~amd64 keyword
01 Aug 2006; Simon Stelling <blubb@gentoo.org>
twisted-news-0.1.0-r1.ebuild:
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 f8bbae5ffed8..9178c41f1971 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.3 2006/07/13 02:37:41 agriffis Exp $
+# $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 $
MY_PACKAGE=News
@@ -8,7 +8,7 @@ inherit twisted
DESCRIPTION="Twisted News is an NNTP server and programming library."
-KEYWORDS="~alpha ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ia64 ~ppc ~sparc ~x86"
DEPEND=">=dev-python/twisted-2.4
dev-python/twisted-mail"