diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-26 11:37:32 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-26 12:55:42 +0200 |
commit | 2c40799ef7b6973875b616e0469238f6024462b6 (patch) | |
tree | 07e567bcad9110d148cdea560cb7b964e56d9bd7 /www-servers/pshs | |
parent | app-portage/gemato: Remove old (diff) | |
download | gentoo-2c40799ef7b6973875b616e0469238f6024462b6.tar.gz gentoo-2c40799ef7b6973875b616e0469238f6024462b6.tar.bz2 gentoo-2c40799ef7b6973875b616e0469238f6024462b6.zip |
www-servers/pshs: -9999 no longer requires libnetlink
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-servers/pshs')
-rw-r--r-- | www-servers/pshs/pshs-9999.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/www-servers/pshs/pshs-9999.ebuild b/www-servers/pshs/pshs-9999.ebuild index 7f31015204b0..51c8476b255a 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) |