From bff55c4dcecd772b46a478bb8f831e99367dd5fc Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Mon, 7 Sep 2020 21:46:01 +0200 Subject: net-libs/libupnp: restrict tests Bug: https://bugs.gentoo.org/733750 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann --- net-libs/libupnp/libupnp-1.14.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'net-libs') diff --git a/net-libs/libupnp/libupnp-1.14.0.ebuild b/net-libs/libupnp/libupnp-1.14.0.ebuild index cbb98cd660e6..f80950884665 100644 --- a/net-libs/libupnp/libupnp-1.14.0.ebuild +++ b/net-libs/libupnp/libupnp-1.14.0.ebuild @@ -14,6 +14,9 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ppc ~ppc64 sparc ~x86 ~amd64-linux" IUSE="blocking-tcp debug doc ipv6 +reuseaddr samples static-libs" +# bug 733750 +RESTRICT="test" + DOCS="ChangeLog" src_prepare() { -- cgit v1.2.3-65-gdbad