From 8a681d579f4e279be041ac20bf95775deff60b05 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 12 Dec 2019 15:55:39 +0100 Subject: [PATCH] net-misc/lldpd: Fix MissingTestRestrict MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- net-misc/lldpd/lldpd-1.0.3.ebuild | 1 + net-misc/lldpd/lldpd-1.0.4.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-misc/lldpd/lldpd-1.0.3.ebuild b/net-misc/lldpd/lldpd-1.0.3.ebuild index df8005f63804..0951ecf8cc02 100644 --- a/net-misc/lldpd/lldpd-1.0.3.ebuild +++ b/net-misc/lldpd/lldpd-1.0.3.ebuild @@ -14,6 +14,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="cdp doc +dot1 +dot3 edp fdp graph +lldpmed old-kernel sanitizers seccomp sonmp snmp static-libs test readline xml zsh-completion" +RESTRICT="!test? ( test )" RDEPEND="dev-libs/libbsd >=dev-libs/libevent-2.0.5:= diff --git a/net-misc/lldpd/lldpd-1.0.4.ebuild b/net-misc/lldpd/lldpd-1.0.4.ebuild index 04dd3d66540b..b3e6c9c49fbb 100644 --- a/net-misc/lldpd/lldpd-1.0.4.ebuild +++ b/net-misc/lldpd/lldpd-1.0.4.ebuild @@ -14,6 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="cdp doc +dot1 +dot3 edp fdp graph +lldpmed old-kernel sanitizers seccomp sonmp snmp static-libs test readline xml zsh-completion" +RESTRICT="!test? ( test )" RDEPEND="dev-libs/libbsd >=dev-libs/libevent-2.0.5:= -- 2.26.2