Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
Date: Sat, 26 Sep 2020 10:55:52
Message-Id: 1601117742.2c40799ef7b6973875b616e0469238f6024462b6.mgorny@gentoo
1 commit: 2c40799ef7b6973875b616e0469238f6024462b6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 09:37:32 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 10:55:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c40799e
7
8 www-servers/pshs: -9999 no longer requires libnetlink
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 www-servers/pshs/pshs-9999.ebuild | 10 +++-------
13 1 file changed, 3 insertions(+), 7 deletions(-)
14
15 diff --git a/www-servers/pshs/pshs-9999.ebuild b/www-servers/pshs/pshs-9999.ebuild
16 index 7f31015204b..51c8476b255 100644
17 --- a/www-servers/pshs/pshs-9999.ebuild
18 +++ b/www-servers/pshs/pshs-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -14,7 +14,7 @@ SRC_URI=""
26 LICENSE="BSD"
27 SLOT="0"
28 KEYWORDS=""
29 -IUSE="libressl +magic +netlink qrcode ssl upnp"
30 +IUSE="libressl +magic qrcode ssl upnp"
31
32 RDEPEND=">=dev-libs/libevent-2:0=
33 magic? ( sys-apps/file:0= )
34 @@ -24,10 +24,7 @@ RDEPEND=">=dev-libs/libevent-2:0=
35 libressl? ( dev-libs/libressl:= )
36 )
37 upnp? ( net-libs/miniupnpc:0= )"
38 -DEPEND="${RDEPEND}
39 - netlink? ( sys-apps/iproute2
40 - >=sys-kernel/linux-headers-2.6.27 )"
41 -# libnetlink is static only ATM
42 +DEPEND="${RDEPEND}"
43
44 src_prepare() {
45 default
46 @@ -37,7 +34,6 @@ src_prepare() {
47 src_configure() {
48 local myconf=(
49 $(use_enable magic libmagic)
50 - $(use_enable netlink)
51 $(use_enable qrcode qrencode)
52 $(use_enable ssl)
53 $(use_enable upnp)