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 26BE8158018 for ; Sun, 3 Oct 2021 17:13:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 345C5E0887; Sun, 3 Oct 2021 17:13:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1611BE0887 for ; Sun, 3 Oct 2021 17:13:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB2FE342B2D for ; Sun, 3 Oct 2021 17:13:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 188DA2C for ; Sun, 3 Oct 2021 17:13:31 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1633281192.d6eb4d258cbfe5c1c70c9ce005cd308458e4b6ce.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libupnp/libupnp-1.14.12.ebuild X-VCS-Directories: net-libs/libupnp/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: d6eb4d258cbfe5c1c70c9ce005cd308458e4b6ce X-VCS-Branch: master Date: Sun, 3 Oct 2021 17:13:31 +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: 665fbb23-2be7-492b-b05b-dcafab4dcba2 X-Archives-Hash: c7262bec43c72cc1ef504f924d194970 commit: d6eb4d258cbfe5c1c70c9ce005cd308458e4b6ce Author: Conrad Kostecki gentoo org> AuthorDate: Sun Oct 3 17:13:12 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Oct 3 17:13:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6eb4d25 net-libs/libupnp: force tools for samples Closes: https://bugs.gentoo.org/816081 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> net-libs/libupnp/libupnp-1.14.12.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-libs/libupnp/libupnp-1.14.12.ebuild b/net-libs/libupnp/libupnp-1.14.12.ebuild index a7af6a46ad6..bf7e8751ae6 100644 --- a/net-libs/libupnp/libupnp-1.14.12.ebuild +++ b/net-libs/libupnp/libupnp-1.14.12.ebuild @@ -16,6 +16,7 @@ LICENSE="BSD" SLOT="0/17" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux" IUSE="blocking-tcp debug doc +ipv6 +reuseaddr samples +ssl static-libs tools" +REQUIRED_USE="samples? ( tools )" RDEPEND="ssl? ( dev-libs/openssl:0= )" DEPEND="${RDEPEND}"