From c44e53ee53d80ad5e78dfe63f959f278ee441b09 Mon Sep 17 00:00:00 2001 From: Erik Mackdanz Date: Thu, 12 Nov 2020 10:45:38 -0600 Subject: net-libs/libnpupnp: Constrain USE to minimal working set Signed-off-by: Erik Mackdanz Closes: https://bugs.gentoo.org/754135 Package-Manager: Portage-3.0.9, Repoman-3.0.2 --- net-libs/libnpupnp/libnpupnp-4.0.13.ebuild | 18 +++++++++--------- net-libs/libnpupnp/metadata.xml | 16 ---------------- 2 files changed, 9 insertions(+), 25 deletions(-) (limited to 'net-libs') diff --git a/net-libs/libnpupnp/libnpupnp-4.0.13.ebuild b/net-libs/libnpupnp/libnpupnp-4.0.13.ebuild index 80a418d16497..3715a21e36d3 100644 --- a/net-libs/libnpupnp/libnpupnp-4.0.13.ebuild +++ b/net-libs/libnpupnp/libnpupnp-4.0.13.ebuild @@ -10,7 +10,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -IUSE="client debug device gena ipv6 optssdp reuseaddr soap ssdp tools webserver" +IUSE="client optssdp reuseaddr tools" RDEPEND=" dev-libs/expat @@ -25,15 +25,15 @@ src_prepare() { src_configure() { econf \ - $(use_enable client) \ - $(use_enable debug) \ - $(use_enable device) \ - $(use_enable gena) \ - $(use_enable ipv6) \ + --enable-client \ + --enable-debug \ + --enable-device \ + --enable-gena \ + --enable-ipv6 \ $(use_enable optssdp) \ $(use_enable reuseaddr) \ - $(use_enable soap) \ - $(use_enable ssdp) \ + --enable-soap \ + --enable-ssdp \ $(use_enable tools) \ - $(use_enable webserver) + --enable-webserver } diff --git a/net-libs/libnpupnp/metadata.xml b/net-libs/libnpupnp/metadata.xml index 63aca78f5079..cde7ea4d30b5 100644 --- a/net-libs/libnpupnp/metadata.xml +++ b/net-libs/libnpupnp/metadata.xml @@ -1,16 +1,5 @@ - stasibear@gentoo.org @@ -24,13 +13,8 @@ control point code (client) - device specific code (implies -webserver if disabled) - GENA part optional SSDP headers support bind the miniserver socket with reuseaddr - SOAP part - SSDP part helper APIs in upnptools.h - integrated web server -- cgit v1.2.3-65-gdbad