commit:     22bc2472c0393c02de71d37a73fc52a4bd5e4053
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 06:47:00 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 07:11:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22bc2472

dev-ruby/rbnacl: add missing ffi dependency, bug 628218

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/rbnacl/rbnacl-4.0.2.ebuild | 2 ++
 dev-ruby/rbnacl/rbnacl-5.0.0.ebuild | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/dev-ruby/rbnacl/rbnacl-4.0.2.ebuild 
b/dev-ruby/rbnacl/rbnacl-4.0.2.ebuild
index ab73721d1e1..9a21d0ad14e 100644
--- a/dev-ruby/rbnacl/rbnacl-4.0.2.ebuild
+++ b/dev-ruby/rbnacl/rbnacl-4.0.2.ebuild
@@ -23,6 +23,8 @@ IUSE=""
 RDEPEND+=" dev-libs/libsodium"
 DEPEND+=" test? ( dev-libs/libsodium )"
 
+ruby_add_rdepend "dev-ruby/ffi"
+
 all_ruby_prepare() {
        sed -i -e '/coveralls/I s:^:#:' \
                -e '/bundler/ s:^:#:' \

diff --git a/dev-ruby/rbnacl/rbnacl-5.0.0.ebuild 
b/dev-ruby/rbnacl/rbnacl-5.0.0.ebuild
index 5ec64d2b6f3..eb435dee8db 100644
--- a/dev-ruby/rbnacl/rbnacl-5.0.0.ebuild
+++ b/dev-ruby/rbnacl/rbnacl-5.0.0.ebuild
@@ -23,6 +23,8 @@ IUSE=""
 RDEPEND+=" dev-libs/libsodium"
 DEPEND+=" test? ( dev-libs/libsodium )"
 
+ruby_add_rdepend "dev-ruby/ffi"
+
 all_ruby_prepare() {
        sed -i -e '/coveralls/I s:^:#:' \
                -e '/bundler/ s:^:#:' \

Reply via email to