summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-12 15:55:39 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-12 15:58:43 +0100
commit8a681d579f4e279be041ac20bf95775deff60b05 (patch)
tree548eaa16c418ea56630e19fa17624331c45a9c5f /net-misc/lldpd
parentnet-misc/eventd: Fix MissingTestRestrict (diff)
downloadgentoo-8a681d579f4e279be041ac20bf95775deff60b05.tar.gz
gentoo-8a681d579f4e279be041ac20bf95775deff60b05.tar.bz2
gentoo-8a681d579f4e279be041ac20bf95775deff60b05.zip
net-misc/lldpd: Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc/lldpd')
-rw-r--r--net-misc/lldpd/lldpd-1.0.3.ebuild1
-rw-r--r--net-misc/lldpd/lldpd-1.0.4.ebuild1
2 files changed, 2 insertions, 0 deletions
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:=