diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-09-27 11:34:17 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-09-27 11:44:52 +0200 |
commit | f6f41918bdff03d46d4383a5703545090d2c0940 (patch) | |
tree | c83fc8fbd71a2ceb58b9a32978cf390030675d82 /net-wireless | |
parent | dev-libs/libnl: Old (diff) | |
download | gentoo-f6f41918bdff03d46d4383a5703545090d2c0940.tar.gz gentoo-f6f41918bdff03d46d4383a5703545090d2c0940.tar.bz2 gentoo-f6f41918bdff03d46d4383a5703545090d2c0940.zip |
net-wireless/horst: Depend on dev-libs/libnl:3
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Closes: https://bugs.gentoo.org/593254
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/horst/horst-5.1.ebuild | 3 | ||||
-rw-r--r-- | net-wireless/horst/horst-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-wireless/horst/horst-5.1.ebuild b/net-wireless/horst/horst-5.1.ebuild index 1e0f7e8997dd..b27daf09ccad 100644 --- a/net-wireless/horst/horst-5.1.ebuild +++ b/net-wireless/horst/horst-5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,6 +14,7 @@ KEYWORDS="~amd64 ~x86" IUSE="debug +pcap test" RDEPEND=" + dev-libs/libnl:3 sys-libs/ncurses:0 pcap? ( net-libs/libpcap ) " diff --git a/net-wireless/horst/horst-9999.ebuild b/net-wireless/horst/horst-9999.ebuild index 3e8968e69d14..52662c92fb84 100644 --- a/net-wireless/horst/horst-9999.ebuild +++ b/net-wireless/horst/horst-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,6 +14,7 @@ KEYWORDS="" IUSE="debug +pcap test" RDEPEND=" + dev-libs/libnl:3 sys-libs/ncurses:0 pcap? ( net-libs/libpcap ) " |