diff options
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 ) " |