From: Michał Górny Date: Thu, 12 Dec 2019 14:55:39 +0000 (+0100) Subject: net-misc/lldpd: Fix MissingTestRestrict X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8a681d579f4e279be041ac20bf95775deff60b05;p=gentoo.git net-misc/lldpd: Fix MissingTestRestrict Signed-off-by: Michał Górny --- 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:=