commit:     00f0b308103fa371524c7e599dc5390cf9f7e36c
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 16 06:41:13 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jul 16 06:45:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f0b308

net-irc/rbot: add missing test dependency on sqlite, add USE=sqlite

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-irc/rbot/rbot-0.9.15_p20160325-r1.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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 a81b65ee213..9d5251d93d3 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

Reply via email to