summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2006-12-30 14:33:03 +0000
committerFabian Groffen <grobian@gentoo.org>2006-12-30 14:33:03 +0000
commitd3a37ac3ee857f667bce0694ea3e3d9f0ac6ce7c (patch)
tree251128bf6781e0ba580bfd4163f7057262027d24 /net-irc/supybot
parentStable on Alpha, bug 159124. (diff)
downloadgentoo-2-d3a37ac3ee857f667bce0694ea3e3d9f0ac6ce7c.tar.gz
gentoo-2-d3a37ac3ee857f667bce0694ea3e3d9f0ac6ce7c.tar.bz2
gentoo-2-d3a37ac3ee857f667bce0694ea3e3d9f0ac6ce7c.zip
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-irc/supybot')
-rw-r--r--net-irc/supybot/ChangeLog5
-rw-r--r--net-irc/supybot/supybot-0.77.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/supybot/ChangeLog b/net-irc/supybot/ChangeLog
index 6bca1a855ed1..4bf9f6ef369a 100644
--- a/net-irc/supybot/ChangeLog
+++ b/net-irc/supybot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/supybot
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/ChangeLog,v 1.18 2006/09/25 21:09:35 the_paya Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/ChangeLog,v 1.19 2006/12/30 14:33:03 grobian Exp $
+
+ 30 Dec 2006; Fabian Groffen <grobian@gentoo.org> supybot-0.77.2.ebuild:
+ Dropped ppc-macos keyword, see you in prefix
25 Sep 2006; Javier Villavicencio <the_paya@gentoo.org>
supybot-0.83.2.ebuild:
diff --git a/net-irc/supybot/supybot-0.77.2.ebuild b/net-irc/supybot/supybot-0.77.2.ebuild
index bde34ffaa86f..7432705ebd24 100644
--- a/net-irc/supybot/supybot-0.77.2.ebuild
+++ b/net-irc/supybot/supybot-0.77.2.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/net-irc/supybot/supybot-0.77.2.ebuild,v 1.9 2006/08/22 09:57:03 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/supybot-0.77.2.ebuild,v 1.10 2006/12/30 14:33:03 grobian Exp $
inherit distutils eutils
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/supybot/${MY_P}.tar.bz2
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~x86 ~ppc ppc-macos"
+KEYWORDS="~x86 ~ppc"
IUSE="sqlite"
DEPEND=">=dev-lang/python-2.3