diff options
-rw-r--r-- | net-irc/rbot/rbot-0.9.15_p20160325-r1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-irc/rbot/rbot-0.9.15_p20160325-r1.ebuild b/net-irc/rbot/rbot-0.9.15_p20160325-r1.ebuild index a81b65ee213c..9d5251d93d3f 100644 --- a/net-irc/rbot/rbot-0.9.15_p20160325-r1.ebuild +++ b/net-irc/rbot/rbot-0.9.15_p20160325-r1.ebuild @@ -15,7 +15,7 @@ LICENSE="|| ( feh GPL-2 )" SLOT="0" KEYWORDS="~amd64" IUSE="spell aspell timezone translator shorturl nls figlet - fortune cal host toilet" + fortune cal host sqlite toilet" ILINGUAS="zh_CN zh_TW ru nl de fi fr it ja" RUBY_S="${PN}-${GITHUB_COMMIT}" @@ -31,12 +31,16 @@ RDEPEND+=" !aspell? ( app-text/hunspell ) ) figlet? ( app-misc/figlet ) + sqlite? ( dev-ruby/sqlite3 ) toilet? ( app-misc/toilet ) fortune? ( games-misc/fortune-mod ) cal? ( || ( sys-apps/util-linux sys-freebsd/freebsd-ubin ) ) host? ( net-dns/bind-tools )" ruby_add_bdepend " + test? ( + dev-ruby/sqlite3 + ) nls? ( >=dev-ruby/ruby-gettext-2 dev-ruby/rake |