Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/
Date: Mon, 07 Sep 2020 19:51:54
Message-Id: 1599507961.bff55c4dcecd772b46a478bb8f831e99367dd5fc.whissi@gentoo
1 commit: bff55c4dcecd772b46a478bb8f831e99367dd5fc
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 7 19:46:01 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 7 19:46:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff55c4d
7
8 net-libs/libupnp: restrict tests
9
10 Bug: https://bugs.gentoo.org/733750
11 Package-Manager: Portage-3.0.5, Repoman-3.0.1
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 net-libs/libupnp/libupnp-1.14.0.ebuild | 3 +++
15 1 file changed, 3 insertions(+)
16
17 diff --git a/net-libs/libupnp/libupnp-1.14.0.ebuild b/net-libs/libupnp/libupnp-1.14.0.ebuild
18 index cbb98cd660e..f8095088466 100644
19 --- a/net-libs/libupnp/libupnp-1.14.0.ebuild
20 +++ b/net-libs/libupnp/libupnp-1.14.0.ebuild
21 @@ -14,6 +14,9 @@ SLOT="0"
22 KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ppc ~ppc64 sparc ~x86 ~amd64-linux"
23 IUSE="blocking-tcp debug doc ipv6 +reuseaddr samples static-libs"
24
25 +# bug 733750
26 +RESTRICT="test"
27 +
28 DOCS="ChangeLog"
29
30 src_prepare() {