diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2008-07-08 02:02:36 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2008-07-08 02:02:36 +0000 |
commit | 905071e71786b01fe0879f399a05499ee84d5368 (patch) | |
tree | b571179886842965a021e78b88849ba354c0f711 /net-irc/rbot | |
parent | Added ~x86-fbsd keyword (diff) | |
download | gentoo-2-905071e71786b01fe0879f399a05499ee84d5368.tar.gz gentoo-2-905071e71786b01fe0879f399a05499ee84d5368.tar.bz2 gentoo-2-905071e71786b01fe0879f399a05499ee84d5368.zip |
Add ~x86-fbsd keyword, wrt #230517.
(Portage version: 2.2_rc1/cvs/FreeBSD 7.0-RELEASE i386)
Diffstat (limited to 'net-irc/rbot')
-rw-r--r-- | net-irc/rbot/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/rbot/rbot-0.9.11_rc1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-irc/rbot/ChangeLog b/net-irc/rbot/ChangeLog index 3aeeec14e65e..fc015e5499a6 100644 --- a/net-irc/rbot/ChangeLog +++ b/net-irc/rbot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/rbot # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.35 2008/07/07 18:55:02 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.36 2008/07/08 02:02:36 the_paya Exp $ + + 08 Jul 2008; Javier Villavicencio <the_paya@gentoo.org> + rbot-0.9.11_rc1.ebuild: + Add ~x86-fbsd keyword, wrt #230517 07 Jul 2008; Friedrich Oslage <bluebird@gentoo.org> rbot-0.9.11_rc1.ebuild: diff --git a/net-irc/rbot/rbot-0.9.11_rc1.ebuild b/net-irc/rbot/rbot-0.9.11_rc1.ebuild index 3c4ad30ecb36..015d19ebb3b6 100644 --- a/net-irc/rbot/rbot-0.9.11_rc1.ebuild +++ b/net-irc/rbot/rbot-0.9.11_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.11_rc1.ebuild,v 1.3 2008/07/07 18:55:02 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.11_rc1.ebuild,v 1.4 2008/07/08 02:02:36 the_paya Exp $ inherit ruby eutils @@ -11,7 +11,7 @@ HOMEPAGE="http://ruby-rbot.org/" LICENSE="GPL-2 as-is" SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" +KEYWORDS="~amd64 ~sparc ~x86 ~x86-fbsd" IUSE="spell aspell timezone translator shorturl dict figlet fortune cal host toilet hunspell" ILINGUAS="zh_CN zh_TW ru nl de fr it ja" |