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 3BAEF1382C5 for ; Thu, 5 Apr 2018 14:28:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13AA7E0857; Thu, 5 Apr 2018 14:28:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E5420E0857 for ; Thu, 5 Apr 2018 14:28:03 +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 2F59B335C09 for ; Thu, 5 Apr 2018 14:28:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02122264 for ; Thu, 5 Apr 2018 14:28:00 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1522938476.7a734a8ffaa71ec32ceff2120fc7939fef2db6d3.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/nbd/nbd-3.17.ebuild X-VCS-Directories: sys-block/nbd/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 7a734a8ffaa71ec32ceff2120fc7939fef2db6d3 X-VCS-Branch: master Date: Thu, 5 Apr 2018 14:28:00 +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-Archives-Salt: eab6dd8b-763a-44b6-87e2-a4e6f2d0d91e X-Archives-Hash: d4c5cbbd468c3b18ff41600286335d69 commit: 7a734a8ffaa71ec32ceff2120fc7939fef2db6d3 Author: Lars Wendler gentoo org> AuthorDate: Thu Apr 5 14:27:42 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Apr 5 14:27:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a734a8f sys-block/nbd: RDEPEND fixes. Package-Manager: Portage-2.3.28, Repoman-2.3.9 sys-block/nbd/nbd-3.17.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-block/nbd/nbd-3.17.ebuild b/sys-block/nbd/nbd-3.17.ebuild index 423d7ccb3a8..07ba3524b41 100644 --- a/sys-block/nbd/nbd-3.17.ebuild +++ b/sys-block/nbd/nbd-3.17.ebuild @@ -14,8 +14,9 @@ IUSE="debug zlib" # gnutls is an automagic dep. RDEPEND=" - >=dev-libs/glib-2.0 + >=dev-libs/glib-2.26.0 >=net-libs/gnutls-2.12.0 + >=dev-libs/libnl-3.1 zlib? ( sys-libs/zlib ) " DEPEND="${RDEPEND}