commit:     8a681d579f4e279be041ac20bf95775deff60b05
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 14:55:39 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 14:58:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a681d57

net-misc/lldpd: Fix MissingTestRestrict

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 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 df8005f6380..0951ecf8cc0 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 04dd3d66540..b3e6c9c49fb 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:=

Reply via email to