summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>