diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-12-27 13:49:16 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-12-27 13:49:16 +0000 |
commit | 4fda35829dfa566fbe3eb869c6278622b39c3778 (patch) | |
tree | 9f9b2535a15a2c672d85a0ab97c49820acc49027 /profiles | |
parent | Stable on x86. (diff) | |
download | gentoo-2-4fda35829dfa566fbe3eb869c6278622b39c3778.tar.gz gentoo-2-4fda35829dfa566fbe3eb869c6278622b39c3778.tar.bz2 gentoo-2-4fda35829dfa566fbe3eb869c6278622b39c3778.zip |
Add the dict USE flag for rbot.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/use.local.desc | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index fb99f45f073b..492062061bac 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for profile directory # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.943 2007/12/26 13:29:13 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.944 2007/12/27 13:49:16 flameeyes Exp $ + + 27 Dec 2007; Diego Pettenò <flameeyes@gentoo.org> use.local.desc: + Add the dict USE flag for rbot. 26 Dec 2007; Petteri Räty <betelgeuse@gentoo.org> package.mask: Package.mask security vulnerable slot of dev-java/jfreechart. diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 0f617556f0a2..e54b280d346c 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.3239 2007/12/26 21:25:05 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.3240 2007/12/27 13:49:16 flameeyes Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -1456,6 +1456,7 @@ net-irc/inspircd:openssl - Build OpenSSL module net-irc/ircd-hybrid:contrib - Build contrib modules (eg. cloaking) net-irc/ngircd:ident - Enables support for libident net-irc/rbot:aspell - Use aspell rather than ispell for the spell plugin. +net-irc/rbot:dict - Enable the dict (RFC 2229) client plugin which deps on dev-ruby/ruby-dict. net-irc/rbot:shorturl - Enable the shortenurl plugin which deps on dev-ruby/shorturl. net-irc/rbot:snapshot - Set the Ruby gem version to a value suitable for a snapshot ebuild net-irc/rbot:timezone - Enable the timezone plugin. |