Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/
Date: Sat, 10 Oct 2015 21:21:16
Message-Id: 1444512037.d16def523fdb5e1b0341345e4f4bcdf73a25ff64.vapier@gentoo
1 commit: d16def523fdb5e1b0341345e4f4bcdf73a25ff64
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 21:20:37 2015 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 21:20:37 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d16def52
7
8 net-firewall/nftables: inherit eutils for epatch_user #562740
9
10 net-firewall/nftables/nftables-0.5.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/net-firewall/nftables/nftables-0.5.ebuild b/net-firewall/nftables/nftables-0.5.ebuild
14 index 2162672..fdefe00 100644
15 --- a/net-firewall/nftables/nftables-0.5.ebuild
16 +++ b/net-firewall/nftables/nftables-0.5.ebuild
17 @@ -4,16 +4,16 @@
18
19 EAPI=5
20
21 -inherit autotools linux-info
22 +inherit autotools linux-info eutils
23
24 DESCRIPTION="Linux kernel (3.13+) firewall, NAT and packet mangling tools"
25 HOMEPAGE="http://netfilter.org/projects/nftables/"
26 +SRC_URI="http://git.netfilter.org/nftables/snapshot/v${PV}.tar.gz -> ${P}.tar.gz"
27
28 LICENSE="GPL-2"
29 SLOT="0"
30 KEYWORDS="~amd64 ~arm ~x86"
31 IUSE="debug gmp +readline"
32 -SRC_URI="http://git.netfilter.org/nftables/snapshot/v${PV}.tar.gz -> ${P}.tar.gz"
33
34 RDEPEND=">=net-libs/libmnl-1.0.3
35 >=net-libs/libnftnl-1.0.5