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 BB121139694 for ; Thu, 11 May 2017 19:01:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0627921C09C; Thu, 11 May 2017 19:01:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D91BF21C09C for ; Thu, 11 May 2017 19:01:56 +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 CD1BD3416BF for ; Thu, 11 May 2017 19:01:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DC417436 for ; Thu, 11 May 2017 19:01:54 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1494529309.97afdf6db50c7466858dc4f80581fd38bcd46df8.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ifstatus/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild X-VCS-Directories: net-analyzer/ifstatus/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 97afdf6db50c7466858dc4f80581fd38bcd46df8 X-VCS-Branch: master Date: Thu, 11 May 2017 19:01:54 +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: 167e4164-5d28-4f13-8f75-528102b2cace X-Archives-Hash: 5db1f5cb2e756ab5182c3dfb8315deb6 commit: 97afdf6db50c7466858dc4f80581fd38bcd46df8 Author: Lars Wendler gentoo org> AuthorDate: Thu May 11 19:01:33 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu May 11 19:01:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97afdf6d net-analyzer/ifstatus: No gcc6 patch in stable ebuild (bug #618234). Added unstable -r2 ebuild instead. Package-Manager: Portage-2.3.5, Repoman-2.3.2 net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild | 1 - .../ifstatus/{ifstatus-1.1.0-r1.ebuild => ifstatus-1.1.0-r2.ebuild} | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild b/net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild index 10f512067d0..219bdaa49c5 100644 --- a/net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild +++ b/net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild @@ -23,7 +23,6 @@ S="${WORKDIR}/${PN}" PATCHES=( "${FILESDIR}/${P}-gcc43.patch" "${FILESDIR}/${P}-tinfo.patch" - "${FILESDIR}/${P}-gcc6.patch" ) src_prepare() { diff --git a/net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild b/net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild similarity index 96% copy from net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild copy to net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild index 10f512067d0..cc2baff02f5 100644 --- a/net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild +++ b/net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild @@ -4,7 +4,7 @@ EAPI=6 inherit eutils toolchain-funcs -KEYWORDS="amd64 arm ~ppc x86" +KEYWORDS="~amd64 ~arm ~ppc ~x86" DESCRIPTION="A simple CLI program for displaying network statistics in real time" HOMEPAGE="http://ifstatus.sourceforge.net/"