diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2019-11-28 14:24:25 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-07 13:46:52 +0000 |
commit | 31d27c5bf7c1613c93f2a9fb0b4b1ecc2b4852c9 (patch) | |
tree | 488eb67044cfa390e82f0b83facbcc064bbee185 /dev-erlang | |
parent | dev-erlang/fast_tls: subscribe to dev-lang/erlang subslot (diff) | |
download | gentoo-31d27c5bf7c1613c93f2a9fb0b4b1ecc2b4852c9.tar.gz gentoo-31d27c5bf7c1613c93f2a9fb0b4b1ecc2b4852c9.tar.bz2 gentoo-31d27c5bf7c1613c93f2a9fb0b4b1ecc2b4852c9.zip |
dev-erlang/ezlib: subscribe to dev-lang/erlang subslot
Closes: https://bugs.gentoo.org/700260
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-erlang')
-rw-r--r-- | dev-erlang/ezlib/ezlib-1.0.2.ebuild | 4 | ||||
-rw-r--r-- | dev-erlang/ezlib/ezlib-1.0.6.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-erlang/ezlib/ezlib-1.0.2.ebuild b/dev-erlang/ezlib/ezlib-1.0.2.ebuild index 4503232bcf55..8f0b847b543e 100644 --- a/dev-erlang/ezlib/ezlib-1.0.2.ebuild +++ b/dev-erlang/ezlib/ezlib-1.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86" -DEPEND=">=dev-lang/erlang-17.1 +DEPEND=">=dev-lang/erlang-17.1:= sys-libs/zlib" RDEPEND="${DEPEND}" diff --git a/dev-erlang/ezlib/ezlib-1.0.6.ebuild b/dev-erlang/ezlib/ezlib-1.0.6.ebuild index 1e81db0e50b6..e3d64871c7f0 100644 --- a/dev-erlang/ezlib/ezlib-1.0.6.ebuild +++ b/dev-erlang/ezlib/ezlib-1.0.6.ebuild @@ -14,7 +14,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" -DEPEND=">=dev-lang/erlang-17.1 +DEPEND=">=dev-lang/erlang-17.1:= sys-libs/zlib" RDEPEND="${DEPEND}" |