summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Villavicencio <the_paya@gentoo.org>2006-09-25 21:09:35 +0000
committerJavier Villavicencio <the_paya@gentoo.org>2006-09-25 21:09:35 +0000
commit7875e5f87c8380d99ca4ec2de20f578740da7e06 (patch)
treedd644a1048cbc97a7ebd8b5e772b0a55c4270ef9 /net-irc/supybot/supybot-0.83.2.ebuild
parentVersion bump (diff)
downloadgentoo-2-7875e5f87c8380d99ca4ec2de20f578740da7e06.tar.gz
gentoo-2-7875e5f87c8380d99ca4ec2de20f578740da7e06.tar.bz2
gentoo-2-7875e5f87c8380d99ca4ec2de20f578740da7e06.zip
Added ~x86-fbsd keyword.
(Portage version: 2.1.2_pre1-r2)
Diffstat (limited to 'net-irc/supybot/supybot-0.83.2.ebuild')
-rw-r--r--net-irc/supybot/supybot-0.83.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/supybot/supybot-0.83.2.ebuild b/net-irc/supybot/supybot-0.83.2.ebuild
index 7c51b7159051..9c22f4ed8690 100644
--- a/net-irc/supybot/supybot-0.83.2.ebuild
+++ b/net-irc/supybot/supybot-0.83.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.83.2.ebuild,v 1.3 2006/08/31 22:58:52 tcort Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/supybot-0.83.2.ebuild,v 1.4 2006/09/25 21:09:35 the_paya Exp $
inherit distutils eutils
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/supybot/${MY_P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE="sqlite"
DEPEND=">=dev-lang/python-2.3