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 548FE1382C5 for ; Tue, 17 Apr 2018 13:34:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81CF5E094E; Tue, 17 Apr 2018 13:34:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 5CE67E094E for ; Tue, 17 Apr 2018 13:34:30 +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 09758335C59 for ; Tue, 17 Apr 2018 13:34:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA048254 for ; Tue, 17 Apr 2018 13:34:26 +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: <1523972062.7ee78befe8ae7f9a9846982f7c607fcdc74a8ba1.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-9999.ebuild X-VCS-Directories: sys-block/nbd/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 7ee78befe8ae7f9a9846982f7c607fcdc74a8ba1 X-VCS-Branch: master Date: Tue, 17 Apr 2018 13:34:26 +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: 01f26d18-8f26-4a70-aecc-02fb3e009c86 X-Archives-Hash: d39cb3d2b451f17cc53773bbb01453e5 commit: 7ee78befe8ae7f9a9846982f7c607fcdc74a8ba1 Author: Lars Wendler gentoo org> AuthorDate: Tue Apr 17 13:34:08 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Apr 17 13:34:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ee78bef sys-block/nbd: Removed superfluous comment. Package-Manager: Portage-2.3.29, Repoman-2.3.9 sys-block/nbd/nbd-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-block/nbd/nbd-9999.ebuild b/sys-block/nbd/nbd-9999.ebuild index 1117affd020..0eeb9622e50 100644 --- a/sys-block/nbd/nbd-9999.ebuild +++ b/sys-block/nbd/nbd-9999.ebuild @@ -16,7 +16,6 @@ LICENSE="GPL-2" SLOT="0" IUSE="debug gnutls netlink zlib" -# gnutls is an automagic dep. RDEPEND=" >=dev-libs/glib-2.26.0 gnutls? ( >=net-libs/gnutls-2.12.0 )