From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7E5C1138359 for ; Fri, 13 Nov 2020 02:05:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E299E090F; Fri, 13 Nov 2020 02:05:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F281E090F for ; Fri, 13 Nov 2020 02:05:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED675340E80 for ; Fri, 13 Nov 2020 02:05:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3650B44C for ; Fri, 13 Nov 2020 02:05:45 +0000 (UTC) From: "Erik Mackdanz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Erik Mackdanz" Message-ID: <1605233127.324522b51aefdbad70ff7e5c3a1a8beb3698519a.stasibear@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnpupnp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnpupnp/libnpupnp-4.0.13.ebuild net-libs/libnpupnp/metadata.xml X-VCS-Directories: net-libs/libnpupnp/ X-VCS-Committer: stasibear X-VCS-Committer-Name: Erik Mackdanz X-VCS-Revision: 324522b51aefdbad70ff7e5c3a1a8beb3698519a X-VCS-Branch: master Date: Fri, 13 Nov 2020 02:05:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bf5563a3-5344-4377-b58d-104bd090b864 X-Archives-Hash: c2f92c5dcc6687afa6dd83ef41af7c94 commit: 324522b51aefdbad70ff7e5c3a1a8beb3698519a Author: Erik Mackdanz gentoo org> AuthorDate: Fri Nov 13 02:05:27 2020 +0000 Commit: Erik Mackdanz gentoo org> CommitDate: Fri Nov 13 02:05:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=324522b5 net-libs/libnpupnp: Enable remaining flags, none are really optional Signed-off-by: Erik Mackdanz gentoo.org> Closes: https://bugs.gentoo.org/754177 Closes: https://bugs.gentoo.org/754198 Package-Manager: Portage-3.0.9, Repoman-3.0.2 net-libs/libnpupnp/libnpupnp-4.0.13.ebuild | 8 +++----- net-libs/libnpupnp/metadata.xml | 6 ------ 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 3715a21e36d..a00ee17059e 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 cde7ea4d30b..d468735607a 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. - - control point code (client) - optional SSDP headers support - bind the miniserver socket with reuseaddr - helper APIs in upnptools.h -