Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/
Date: Wed, 05 Jan 2022 10:01:57
Message-Id: 1641376889.4acfbe4103423870e3f92438f0936a1ea16344a2.soap@gentoo
1 commit: 4acfbe4103423870e3f92438f0936a1ea16344a2
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 5 10:01:29 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 5 10:01:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4acfbe41
7
8 net-libs/libupnp: remove x86-fbsd
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 net-libs/libupnp/libupnp-1.14.7.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/net-libs/libupnp/libupnp-1.14.7.ebuild b/net-libs/libupnp/libupnp-1.14.7.ebuild
16 index 4dcf90126cfd..eee1e507052a 100644
17 --- a/net-libs/libupnp/libupnp-1.14.7.ebuild
18 +++ b/net-libs/libupnp/libupnp-1.14.7.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -inherit autotools flag-o-matic
27 +inherit autotools
28
29 MY_PN="pupnp"
30
31 @@ -32,7 +32,6 @@ src_prepare() {
32 }
33
34 src_configure() {
35 - use x86-fbsd && append-flags -O1
36 # w/o docdir to avoid sandbox violations
37 econf $(use_enable debug) \
38 $(use_enable blocking-tcp blocking-tcp-connections) \