diff options
author | 2017-08-19 08:47:00 +0200 | |
---|---|---|
committer | 2017-08-19 09:11:41 +0200 | |
commit | 22bc2472c0393c02de71d37a73fc52a4bd5e4053 (patch) | |
tree | 648323102a8988fd558b28b5b466336b6753de70 /dev-ruby/rbnacl | |
parent | dev-ruby/rbnacl: cleanup (diff) | |
download | gentoo-22bc2472c0393c02de71d37a73fc52a4bd5e4053.tar.gz gentoo-22bc2472c0393c02de71d37a73fc52a4bd5e4053.tar.bz2 gentoo-22bc2472c0393c02de71d37a73fc52a4bd5e4053.zip |
dev-ruby/rbnacl: add missing ffi dependency, bug 628218
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ruby/rbnacl')
-rw-r--r-- | dev-ruby/rbnacl/rbnacl-4.0.2.ebuild | 2 | ||||
-rw-r--r-- | dev-ruby/rbnacl/rbnacl-5.0.0.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/dev-ruby/rbnacl/rbnacl-4.0.2.ebuild b/dev-ruby/rbnacl/rbnacl-4.0.2.ebuild index ab73721d1e12..9a21d0ad14e3 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 5ec64d2b6f3a..eb435dee8db9 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:^:#:' \ |