From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2FA70138334 for ; Sat, 7 Dec 2019 13:47:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 187E0E0875; Sat, 7 Dec 2019 13:47:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B99EEE086D for ; Sat, 7 Dec 2019 13:47:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9DE5234D86F for ; Sat, 7 Dec 2019 13:47:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51FED8D4 for ; Sat, 7 Dec 2019 13:47:10 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1575726412.31d27c5bf7c1613c93f2a9fb0b4b1ecc2b4852c9.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/ezlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/ezlib/ezlib-1.0.2.ebuild dev-erlang/ezlib/ezlib-1.0.6.ebuild X-VCS-Directories: dev-erlang/ezlib/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 31d27c5bf7c1613c93f2a9fb0b4b1ecc2b4852c9 X-VCS-Branch: master Date: Sat, 7 Dec 2019 13:47:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 15b9e53d-8d32-4fef-831e-fb97718ee127 X-Archives-Hash: fcaf56e1e6c2777c6d1d8524b0e8b05a commit: 31d27c5bf7c1613c93f2a9fb0b4b1ecc2b4852c9 Author: Petr Vaněk atlas cz> AuthorDate: Thu Nov 28 13:24:25 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Dec 7 13:46:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31d27c5b 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 atlas.cz> Signed-off-by: Sergei Trofimovich gentoo.org> dev-erlang/ezlib/ezlib-1.0.2.ebuild | 4 ++-- 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 4503232bcf5..8f0b847b543 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 1e81db0e50b..e3d64871c7f 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}"