commit: bff55c4dcecd772b46a478bb8f831e99367dd5fc Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Mon Sep 7 19:46:01 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Mon Sep 7 19:46:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff55c4d
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 <AT> gentoo.org> net-libs/libupnp/libupnp-1.14.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-libs/libupnp/libupnp-1.14.0.ebuild b/net-libs/libupnp/libupnp-1.14.0.ebuild index cbb98cd660e..f8095088466 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() {
