summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Mackdanz <stasibear@gentoo.org>2020-11-12 20:05:27 -0600
committerErik Mackdanz <stasibear@gentoo.org>2020-11-12 20:05:27 -0600
commit324522b51aefdbad70ff7e5c3a1a8beb3698519a (patch)
tree5177596f0676a353c9e34ce856a4b56875460936 /net-libs/libnpupnp
parentdev-lang/go: fix go set name (diff)
downloadgentoo-324522b51aefdbad70ff7e5c3a1a8beb3698519a.tar.gz
gentoo-324522b51aefdbad70ff7e5c3a1a8beb3698519a.tar.bz2
gentoo-324522b51aefdbad70ff7e5c3a1a8beb3698519a.zip
net-libs/libnpupnp: Enable remaining flags, none are really optional
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org> Closes: https://bugs.gentoo.org/754177 Closes: https://bugs.gentoo.org/754198 Package-Manager: Portage-3.0.9, Repoman-3.0.2
Diffstat (limited to 'net-libs/libnpupnp')
-rw-r--r--net-libs/libnpupnp/libnpupnp-4.0.13.ebuild8
-rw-r--r--net-libs/libnpupnp/metadata.xml6
2 files changed, 3 insertions, 11 deletions
diff --git a/net-libs/libnpupnp/libnpupnp-4.0.13.ebuild b/net-libs/libnpupnp/libnpupnp-4.0.13.ebuild
index 3715a21e36d3..a00ee17059e3 100644
--- a/net-libs/libnpupnp/libnpupnp-4.0.13.ebuild
+++ b/net-libs/libnpupnp/libnpupnp-4.0.13.ebuild
@@ -10,8 +10,6 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="client optssdp reuseaddr tools"
-
RDEPEND="
dev-libs/expat
net-libs/libmicrohttpd
@@ -30,10 +28,10 @@ src_configure() {
--enable-device \
--enable-gena \
--enable-ipv6 \
- $(use_enable optssdp) \
- $(use_enable reuseaddr) \
+ --enable-optssdp \
+ --enable-reuseaddr \
--enable-soap \
--enable-ssdp \
- $(use_enable tools) \
+ --enable-tools \
--enable-webserver
}
diff --git a/net-libs/libnpupnp/metadata.xml b/net-libs/libnpupnp/metadata.xml
index cde7ea4d30b5..d468735607a5 100644
--- a/net-libs/libnpupnp/metadata.xml
+++ b/net-libs/libnpupnp/metadata.xml
@@ -11,10 +11,4 @@
(a.k.a pupnp: Portable UPnP) to provide the base UPnP protocol
functionality.
</longdescription>
- <use>
- <flag name="client">control point code (client)</flag>
- <flag name="optssdp">optional SSDP headers support</flag>
- <flag name="reuseaddr">bind the miniserver socket with reuseaddr</flag>
- <flag name="tools">helper APIs in upnptools.h</flag>
- </use>
</pkgmetadata>