diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-09-07 21:46:01 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-09-07 21:46:01 +0200 |
commit | bff55c4dcecd772b46a478bb8f831e99367dd5fc (patch) | |
tree | 436c528aa593c137aa2d5b01c4a6440dc9988092 /net-libs | |
parent | mail-mta/postfix: Stabilize 3.5.6 arm, #740428 (diff) | |
download | gentoo-bff55c4dcecd772b46a478bb8f831e99367dd5fc.tar.gz gentoo-bff55c4dcecd772b46a478bb8f831e99367dd5fc.tar.bz2 gentoo-bff55c4dcecd772b46a478bb8f831e99367dd5fc.zip |
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 <whissi@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libupnp/libupnp-1.14.0.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
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() { |