From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ABE7E1382C5 for ; Wed, 3 Jun 2020 10:06:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCE9FE081A; Wed, 3 Jun 2020 10:06:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5029E081A for ; Wed, 3 Jun 2020 10:06:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7BC1534DDC3 for ; Wed, 3 Jun 2020 10:06:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B95A242 for ; Wed, 3 Jun 2020 10:06:43 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1591178801.b736d4b4797b3cf87c52480e01ef8c30350317ea.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/iptraf-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild X-VCS-Directories: net-analyzer/iptraf-ng/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: b736d4b4797b3cf87c52480e01ef8c30350317ea X-VCS-Branch: master Date: Wed, 3 Jun 2020 10:06:43 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dafcbc2e-163d-49dc-9726-dcd3276d4727 X-Archives-Hash: 8aa08ce6819d39871859adcd3b2b3974 commit: b736d4b4797b3cf87c52480e01ef8c30350317ea Author: Jeroen Roovers gentoo org> AuthorDate: Wed Jun 3 10:06:09 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Jun 3 10:06:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b736d4b4 net-analyzer/iptraf-ng: Use "dev" branch in live ebuild Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Jeroen Roovers gentoo.org> net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild b/net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild index 0471ab0b291..486e56efca5 100644 --- a/net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild +++ b/net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild @@ -7,6 +7,7 @@ inherit flag-o-matic git-r3 toolchain-funcs DESCRIPTION="A console-based network monitoring utility" HOMEPAGE="https://github.com/iptraf-ng/iptraf-ng" EGIT_REPO_URI="https://github.com/iptraf-ng/iptraf-ng" +EGIT_BRANCH="dev" LICENSE="GPL-2 doc? ( FDL-1.1 )" SLOT="0"