From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3DC7A13888F for ; Sat, 10 Oct 2015 21:21:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3EBB21C026; Sat, 10 Oct 2015 21:21:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C5BC21C026 for ; Sat, 10 Oct 2015 21:21:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06A43340662 for ; Sat, 10 Oct 2015 21:21:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE05E126 for ; Sat, 10 Oct 2015 21:21:07 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1444512037.d16def523fdb5e1b0341345e4f4bcdf73a25ff64.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/nftables/nftables-0.5.ebuild X-VCS-Directories: net-firewall/nftables/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: d16def523fdb5e1b0341345e4f4bcdf73a25ff64 X-VCS-Branch: master Date: Sat, 10 Oct 2015 21:21:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 426dece4-5860-4ad4-a6de-55e7082937c7 X-Archives-Hash: bcd8222f451aefcd3a1fd0f1f96857e7 commit: d16def523fdb5e1b0341345e4f4bcdf73a25ff64 Author: Mike Frysinger gentoo org> AuthorDate: Sat Oct 10 21:20:37 2015 +0000 Commit: Mike Frysinger gentoo 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