diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-01-07 09:46:09 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-01-07 09:48:19 +0100 |
commit | fe919208c78e3bd1cdfa2e25f4e229e146ce1019 (patch) | |
tree | 517a7d5a0f891bae20b13edcafeb12b08c1ceba4 | |
parent | dev-lang/ruby: cleanup (diff) | |
download | gentoo-fe919208c78e3bd1cdfa2e25f4e229e146ce1019.tar.gz gentoo-fe919208c78e3bd1cdfa2e25f4e229e146ce1019.tar.bz2 gentoo-fe919208c78e3bd1cdfa2e25f4e229e146ce1019.zip |
dev-lang/ruby: add sub-slot dep for sys-libs/gdbm
Closes: https://bugs.gentoo.org/643300
Package-Manager: Portage-2.3.13, Repoman-2.3.3
-rw-r--r-- | dev-lang/ruby/ruby-2.2.9.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/ruby/ruby-2.3.6.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/ruby/ruby-2.4.3.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/ruby/ruby-2.5.0-r1.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-lang/ruby/ruby-2.2.9.ebuild b/dev-lang/ruby/ruby-2.2.9.ebuild index 05de5df039dd..38ba9ac801b2 100644 --- a/dev-lang/ruby/ruby-2.2.9.ebuild +++ b/dev-lang/ruby/ruby-2.2.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -35,7 +35,7 @@ IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests sock RDEPEND=" berkdb? ( sys-libs/db:= ) - gdbm? ( sys-libs/gdbm ) + gdbm? ( sys-libs/gdbm:= ) jemalloc? ( dev-libs/jemalloc ) ssl? ( !libressl? ( dev-libs/openssl:0= ) diff --git a/dev-lang/ruby/ruby-2.3.6.ebuild b/dev-lang/ruby/ruby-2.3.6.ebuild index d41fd224c419..e1b0efffb5fe 100644 --- a/dev-lang/ruby/ruby-2.3.6.ebuild +++ b/dev-lang/ruby/ruby-2.3.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -35,7 +35,7 @@ IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests sock RDEPEND=" berkdb? ( sys-libs/db:= ) - gdbm? ( sys-libs/gdbm ) + gdbm? ( sys-libs/gdbm:= ) jemalloc? ( dev-libs/jemalloc ) ssl? ( !libressl? ( dev-libs/openssl:0= ) diff --git a/dev-lang/ruby/ruby-2.4.3.ebuild b/dev-lang/ruby/ruby-2.4.3.ebuild index 46a0abb33724..76b123a6e62f 100644 --- a/dev-lang/ruby/ruby-2.4.3.ebuild +++ b/dev-lang/ruby/ruby-2.4.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -35,7 +35,7 @@ IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests sock RDEPEND=" berkdb? ( sys-libs/db:= ) - gdbm? ( sys-libs/gdbm ) + gdbm? ( sys-libs/gdbm:= ) jemalloc? ( dev-libs/jemalloc ) ssl? ( !libressl? ( dev-libs/openssl:0= ) diff --git a/dev-lang/ruby/ruby-2.5.0-r1.ebuild b/dev-lang/ruby/ruby-2.5.0-r1.ebuild index 22de96c87ec1..a6c97c1a7362 100644 --- a/dev-lang/ruby/ruby-2.5.0-r1.ebuild +++ b/dev-lang/ruby/ruby-2.5.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -35,7 +35,7 @@ IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests sock RDEPEND=" berkdb? ( sys-libs/db:= ) - gdbm? ( sys-libs/gdbm ) + gdbm? ( sys-libs/gdbm:= ) jemalloc? ( dev-libs/jemalloc ) ssl? ( !libressl? ( dev-libs/openssl:0= ) |