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 C42AD13835A for ; Sat, 26 Sep 2020 10:55:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71891E0814; Sat, 26 Sep 2020 10:55:50 +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 5808DE0814 for ; Sat, 26 Sep 2020 10:55:50 +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 7410E340E03 for ; Sat, 26 Sep 2020 10:55:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4DAE386 for ; Sat, 26 Sep 2020 10:55:46 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1601117742.2c40799ef7b6973875b616e0469238f6024462b6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/pshs/pshs-9999.ebuild X-VCS-Directories: www-servers/pshs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2c40799ef7b6973875b616e0469238f6024462b6 X-VCS-Branch: master Date: Sat, 26 Sep 2020 10:55:46 +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: fce09bbb-85f3-4aba-83eb-cf4e91c34fcd X-Archives-Hash: f3cbfaf58383ad1702090d31c008166e commit: 2c40799ef7b6973875b616e0469238f6024462b6 Author: Michał Górny gentoo org> AuthorDate: Sat Sep 26 09:37:32 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Sep 26 10:55:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c40799e www-servers/pshs: -9999 no longer requires libnetlink Signed-off-by: Michał Górny gentoo.org> www-servers/pshs/pshs-9999.ebuild | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/www-servers/pshs/pshs-9999.ebuild b/www-servers/pshs/pshs-9999.ebuild index 7f31015204b..51c8476b255 100644 --- a/www-servers/pshs/pshs-9999.ebuild +++ b/www-servers/pshs/pshs-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ SRC_URI="" LICENSE="BSD" SLOT="0" KEYWORDS="" -IUSE="libressl +magic +netlink qrcode ssl upnp" +IUSE="libressl +magic qrcode ssl upnp" RDEPEND=">=dev-libs/libevent-2:0= magic? ( sys-apps/file:0= ) @@ -24,10 +24,7 @@ RDEPEND=">=dev-libs/libevent-2:0= libressl? ( dev-libs/libressl:= ) ) upnp? ( net-libs/miniupnpc:0= )" -DEPEND="${RDEPEND} - netlink? ( sys-apps/iproute2 - >=sys-kernel/linux-headers-2.6.27 )" -# libnetlink is static only ATM +DEPEND="${RDEPEND}" src_prepare() { default @@ -37,7 +34,6 @@ src_prepare() { src_configure() { local myconf=( $(use_enable magic libmagic) - $(use_enable netlink) $(use_enable qrcode qrencode) $(use_enable ssl) $(use_enable upnp)