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 73875138335 for ; Tue, 8 Jan 2019 09:48:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 599AFE0BF8; Tue, 8 Jan 2019 09:48:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0E700E0BF9 for ; Tue, 8 Jan 2019 09:48:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C133B335CE9 for ; Tue, 8 Jan 2019 09:48:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A08350E for ; Tue, 8 Jan 2019 09:48:43 +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: <1546940917.bd08d78613ea49cb7dd07cbea9ae4324f585e201.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/lldpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/lldpd/lldpd-0.9.3-r1.ebuild net-misc/lldpd/lldpd-1.0.1-r1.ebuild net-misc/lldpd/lldpd-1.0.1.ebuild net-misc/lldpd/lldpd-1.0.3.ebuild X-VCS-Directories: net-misc/lldpd/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: bd08d78613ea49cb7dd07cbea9ae4324f585e201 X-VCS-Branch: master Date: Tue, 8 Jan 2019 09:48:43 +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: 00e74252-3286-432a-942a-9c2b004090e0 X-Archives-Hash: 2453c87f652657d36010f6850412f22e commit: bd08d78613ea49cb7dd07cbea9ae4324f585e201 Author: Lars Wendler gentoo org> AuthorDate: Tue Jan 8 09:40:12 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Jan 8 09:48:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd08d786 net-misc/lldpd: Added dependency on sys-libs/readline Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> net-misc/lldpd/lldpd-0.9.3-r1.ebuild | 3 ++- net-misc/lldpd/lldpd-1.0.1-r1.ebuild | 3 ++- net-misc/lldpd/lldpd-1.0.1.ebuild | 3 ++- net-misc/lldpd/lldpd-1.0.3.ebuild | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/net-misc/lldpd/lldpd-0.9.3-r1.ebuild b/net-misc/lldpd/lldpd-0.9.3-r1.ebuild index 117ff3bf897..4f8d9c61c91 100644 --- a/net-misc/lldpd/lldpd-0.9.3-r1.ebuild +++ b/net-misc/lldpd/lldpd-0.9.3-r1.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 @@ -17,6 +17,7 @@ IUSE="cdp doc +dot1 +dot3 edp fdp graph jansson +lldpmed old-kernel RDEPEND="dev-libs/libbsd >=dev-libs/libevent-2.0.5 + sys-libs/readline:0= snmp? ( net-analyzer/net-snmp[extensible(+)] ) xml? ( dev-libs/libxml2 ) jansson? ( dev-libs/jansson ) diff --git a/net-misc/lldpd/lldpd-1.0.1-r1.ebuild b/net-misc/lldpd/lldpd-1.0.1-r1.ebuild index 88ddeebee8d..4f6e234cb95 100644 --- a/net-misc/lldpd/lldpd-1.0.1-r1.ebuild +++ b/net-misc/lldpd/lldpd-1.0.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,6 +17,7 @@ IUSE="cdp doc +dot1 +dot3 edp fdp graph +lldpmed old-kernel sanitizers RDEPEND="dev-libs/libbsd >=dev-libs/libevent-2.0.5:= + sys-libs/readline:0= snmp? ( net-analyzer/net-snmp[extensible(+)] ) xml? ( dev-libs/libxml2 ) seccomp? ( sys-libs/libseccomp ) diff --git a/net-misc/lldpd/lldpd-1.0.1.ebuild b/net-misc/lldpd/lldpd-1.0.1.ebuild index e555b6b4f7e..31d70bcb6cd 100644 --- a/net-misc/lldpd/lldpd-1.0.1.ebuild +++ b/net-misc/lldpd/lldpd-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,6 +17,7 @@ IUSE="cdp doc +dot1 +dot3 edp fdp graph +lldpmed old-kernel sanitizers RDEPEND="dev-libs/libbsd >=dev-libs/libevent-2.0.5:= + sys-libs/readline:0= snmp? ( net-analyzer/net-snmp[extensible(+)] ) xml? ( dev-libs/libxml2 ) seccomp? ( sys-libs/libseccomp ) diff --git a/net-misc/lldpd/lldpd-1.0.3.ebuild b/net-misc/lldpd/lldpd-1.0.3.ebuild index 09b8552f81f..226f947f3bd 100644 --- a/net-misc/lldpd/lldpd-1.0.3.ebuild +++ b/net-misc/lldpd/lldpd-1.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,6 +17,7 @@ IUSE="cdp doc +dot1 +dot3 edp fdp graph +lldpmed old-kernel sanitizers RDEPEND="dev-libs/libbsd >=dev-libs/libevent-2.0.5:= + sys-libs/readline:0= snmp? ( net-analyzer/net-snmp[extensible(+)] ) xml? ( dev-libs/libxml2 ) seccomp? ( sys-libs/libseccomp )