Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/
Date: Mon, 04 Oct 2021 18:28:57
Message-Id: 1633372099.5d31c9001a6fd44c9773f154aa474674b95f2484.conikost@gentoo
1 commit: 5d31c9001a6fd44c9773f154aa474674b95f2484
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 4 18:28:19 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 4 18:28:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d31c900
7
8 net-libs/libupnp: enable tools always
9
10 As 'tools' only install additional header files, make them always
11 enabled and drop tools use flag.
12
13 Closes: https://bugs.gentoo.org/816267
14 Package-Manager: Portage-3.0.22, Repoman-3.0.3
15 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
16
17 net-libs/libupnp/libupnp-1.14.12.ebuild | 4 +---
18 net-libs/libupnp/metadata.xml | 1 -
19 2 files changed, 1 insertion(+), 4 deletions(-)
20
21 diff --git a/net-libs/libupnp/libupnp-1.14.12.ebuild b/net-libs/libupnp/libupnp-1.14.12.ebuild
22 index bf7e8751ae6..5eac7976b3d 100644
23 --- a/net-libs/libupnp/libupnp-1.14.12.ebuild
24 +++ b/net-libs/libupnp/libupnp-1.14.12.ebuild
25 @@ -15,8 +15,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
26 LICENSE="BSD"
27 SLOT="0/17"
28 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
29 -IUSE="blocking-tcp debug doc +ipv6 +reuseaddr samples +ssl static-libs tools"
30 -REQUIRED_USE="samples? ( tools )"
31 +IUSE="blocking-tcp debug doc +ipv6 +reuseaddr samples +ssl static-libs"
32
33 RDEPEND="ssl? ( dev-libs/openssl:0= )"
34 DEPEND="${RDEPEND}"
35 @@ -38,7 +37,6 @@ src_configure() {
36 $(use_enable samples)
37 $(use_enable ssl open_ssl)
38 $(use_enable static-libs static)
39 - $(use_enable tools)
40 )
41
42 econf ${myeconfargs[@]}
43
44 diff --git a/net-libs/libupnp/metadata.xml b/net-libs/libupnp/metadata.xml
45 index f11aa55da64..ba0bdd2e5c8 100644
46 --- a/net-libs/libupnp/metadata.xml
47 +++ b/net-libs/libupnp/metadata.xml
48 @@ -16,6 +16,5 @@
49 <flag name="blocking-tcp">Do not use async socket calls</flag>
50 <flag name="reuseaddr">Allow clean restarts by binding the socket with SO_REUSEADDR</flag>
51 <flag name="samples">Install sample applications</flag>
52 - <flag name="tools">Install additional tools</flag>
53 </use>
54 </pkgmetadata>