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 0735B1382C5 for ; Fri, 11 May 2018 22:43:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00624E0A6A; Fri, 11 May 2018 22:43:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 D1896E0A6A for ; Fri, 11 May 2018 22:43:26 +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 143C8335C8F for ; Fri, 11 May 2018 22:43:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67BFD287 for ; Fri, 11 May 2018 22:43:23 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1526078586.21e7ac8dcbe9d0f81658f90a4bfc70345bc4489d.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ethtool/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/ethtool/ethtool-4.13.ebuild X-VCS-Directories: sys-apps/ethtool/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 21e7ac8dcbe9d0f81658f90a4bfc70345bc4489d X-VCS-Branch: master Date: Fri, 11 May 2018 22:43:23 +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: 576039cc-a035-43cf-a420-2a1836d2e772 X-Archives-Hash: e0571773a1718098072a96008b5b87ae commit: 21e7ac8dcbe9d0f81658f90a4bfc70345bc4489d Author: Sergei Trofimovich gentoo org> AuthorDate: Fri May 11 22:41:49 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri May 11 22:43:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21e7ac8d sys-apps/ethtool: stable 4.13 for ppc64, bug #653174 Bug: https://bugs.gentoo.org/653174 Package-Manager: Portage-2.3.36, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64" sys-apps/ethtool/ethtool-4.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/ethtool/ethtool-4.13.ebuild b/sys-apps/ethtool/ethtool-4.13.ebuild index 65560ddc719..9ba26876c25 100644 --- a/sys-apps/ethtool/ethtool-4.13.ebuild +++ b/sys-apps/ethtool/ethtool-4.13.ebuild @@ -9,6 +9,6 @@ SRC_URI="mirror://kernel/software/network/ethtool/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ~ppc ppc64 ~sh sparc x86" DEPEND="app-arch/xz-utils"