commit:     2c40799ef7b6973875b616e0469238f6024462b6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 09:37:32 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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)

Reply via email to