commit: d16def523fdb5e1b0341345e4f4bcdf73a25ff64 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Sat Oct 10 21:20:37 2015 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Sat Oct 10 21:20:37 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d16def52
net-firewall/nftables: inherit eutils for epatch_user #562740 net-firewall/nftables/nftables-0.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-firewall/nftables/nftables-0.5.ebuild b/net-firewall/nftables/nftables-0.5.ebuild index 2162672..fdefe00 100644 --- a/net-firewall/nftables/nftables-0.5.ebuild +++ b/net-firewall/nftables/nftables-0.5.ebuild @@ -4,16 +4,16 @@ EAPI=5 -inherit autotools linux-info +inherit autotools linux-info eutils DESCRIPTION="Linux kernel (3.13+) firewall, NAT and packet mangling tools" HOMEPAGE="http://netfilter.org/projects/nftables/" +SRC_URI="http://git.netfilter.org/nftables/snapshot/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="debug gmp +readline" -SRC_URI="http://git.netfilter.org/nftables/snapshot/v${PV}.tar.gz -> ${P}.tar.gz" RDEPEND=">=net-libs/libmnl-1.0.3 >=net-libs/libnftnl-1.0.5
