Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/horst/
Date: Sun, 27 Sep 2020 09:45:01
Message-Id: 1601199892.f6f41918bdff03d46d4383a5703545090d2c0940.jer@gentoo
1 commit: f6f41918bdff03d46d4383a5703545090d2c0940
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 27 09:34:17 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 27 09:44:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6f41918
7
8 net-wireless/horst: Depend on dev-libs/libnl:3
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Closes: https://bugs.gentoo.org/593254
12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
13
14 net-wireless/horst/horst-5.1.ebuild | 3 ++-
15 net-wireless/horst/horst-9999.ebuild | 3 ++-
16 2 files changed, 4 insertions(+), 2 deletions(-)
17
18 diff --git a/net-wireless/horst/horst-5.1.ebuild b/net-wireless/horst/horst-5.1.ebuild
19 index 1e0f7e8997d..b27daf09cca 100644
20 --- a/net-wireless/horst/horst-5.1.ebuild
21 +++ b/net-wireless/horst/horst-5.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -14,6 +14,7 @@ KEYWORDS="~amd64 ~x86"
29 IUSE="debug +pcap test"
30
31 RDEPEND="
32 + dev-libs/libnl:3
33 sys-libs/ncurses:0
34 pcap? ( net-libs/libpcap )
35 "
36
37 diff --git a/net-wireless/horst/horst-9999.ebuild b/net-wireless/horst/horst-9999.ebuild
38 index 3e8968e69d1..52662c92fb8 100644
39 --- a/net-wireless/horst/horst-9999.ebuild
40 +++ b/net-wireless/horst/horst-9999.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2019 Gentoo Authors
43 +# Copyright 1999-2020 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -14,6 +14,7 @@ KEYWORDS=""
48 IUSE="debug +pcap test"
49
50 RDEPEND="
51 + dev-libs/libnl:3
52 sys-libs/ncurses:0
53 pcap? ( net-libs/libpcap )
54 "