diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-12-27 13:46:05 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-12-27 13:46:05 +0000 |
commit | bfe189075a55eaa1055d00c71a12004d279fa8b1 (patch) | |
tree | 5db32fbaebb300d6b2e008a0feeaea54d8a3cb4f /net-irc/rbot/metadata.xml | |
parent | Stable on x86. (diff) | |
download | gentoo-2-bfe189075a55eaa1055d00c71a12004d279fa8b1.tar.gz gentoo-2-bfe189075a55eaa1055d00c71a12004d279fa8b1.tar.bz2 gentoo-2-bfe189075a55eaa1055d00c71a12004d279fa8b1.zip |
Always depend on ruby-gettext when building the gem, so that the data is properly added to the gem. Add a dict USE flag for the dictclient plugin, depending on the new ruby-dict ebuild.
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'net-irc/rbot/metadata.xml')
-rw-r--r-- | net-irc/rbot/metadata.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net-irc/rbot/metadata.xml b/net-irc/rbot/metadata.xml index cfc061d6a983..d5f7c8bf76ac 100644 --- a/net-irc/rbot/metadata.xml +++ b/net-irc/rbot/metadata.xml @@ -31,5 +31,14 @@ to enable the "shortenurl" plugin for rbot. If the USE flag is disabled the plugin is also disabled by default. </flag> + <flag name="nls"> + Add dependency over <pkg>dev-ruby/ruby-gettext</pkg>, which is + needed for the translation of the bot's messages to work. + </flag> + <flag name="dict"> + Add dependency over <pkg>dev-ruby/ruby-dict</pkg>, which is needed + to enable the "dict" plugin for rbot. If the USE flag is disabled + the plugin is also disabled by default. + </flag> </use> </pkgmetadata> |