From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-990316-garchives=archives.gentoo.org@lists.gentoo.org> 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 9A258139083 for <garchives@archives.gentoo.org>; Thu, 14 Dec 2017 11:18:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C17D9E0F40; Thu, 14 Dec 2017 11:18:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 9BA49E0F40 for <gentoo-commits@lists.gentoo.org>; Thu, 14 Dec 2017 11:18:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6E32833BF0F for <gentoo-commits@lists.gentoo.org>; Thu, 14 Dec 2017 11:18:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D487AE75 for <gentoo-commits@lists.gentoo.org>; Thu, 14 Dec 2017 11:18:40 +0000 (UTC) From: "Jason Zaman" <perfinion@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" <perfinion@gentoo.org> Message-ID: <1513247451.d91315d8948ba274ca2b49b87f0e24abbb5766ce.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/iproute2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/iproute2/iproute2-4.14.1-r1.ebuild X-VCS-Directories: sys-apps/iproute2/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: d91315d8948ba274ca2b49b87f0e24abbb5766ce X-VCS-Branch: master Date: Thu, 14 Dec 2017 11:18:40 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1ba0d60c-4d6d-4502-8dc9-83a32033aad7 X-Archives-Hash: 46843e75f626614176f88d180e1c5f1e commit: d91315d8948ba274ca2b49b87f0e24abbb5766ce Author: Jason Zaman <perfinion <AT> gentoo <DOT> org> AuthorDate: Thu Dec 14 10:30:51 2017 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Thu Dec 14 10:30:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d91315d8 sys-apps/iproute2: amd64 stable Gentoo-bug: 639536 Package-Manager: Portage-2.3.13, Repoman-2.3.3 sys-apps/iproute2/iproute2-4.14.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/iproute2/iproute2-4.14.1-r1.ebuild b/sys-apps/iproute2/iproute2-4.14.1-r1.ebuild index 26aeb9bb97a..db8239175a0 100644 --- a/sys-apps/iproute2/iproute2-4.14.1-r1.ebuild +++ b/sys-apps/iproute2/iproute2-4.14.1-r1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86" + KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86" fi DESCRIPTION="kernel routing and traffic control utilities"