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 F185D138334 for ; Tue, 27 Aug 2019 03:11:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0414E08C0; Tue, 27 Aug 2019 03:11:05 +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 84419E08C0 for ; Tue, 27 Aug 2019 03:11:05 +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 3C9D934A315 for ; Tue, 27 Aug 2019 03:11:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B95A274D for ; Tue, 27 Aug 2019 03:11:02 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1566875454.abd4b53b88eafd46992b85f9e393590942efce2a.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/nvme-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/nvme-cli/nvme-cli-1.6-r1.ebuild X-VCS-Directories: sys-apps/nvme-cli/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: abd4b53b88eafd46992b85f9e393590942efce2a X-VCS-Branch: master Date: Tue, 27 Aug 2019 03:11:02 +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: 7deef4c5-c1ef-4c53-934d-4f6e5036b8ed X-Archives-Hash: 14764b0da7b65a476642fe492217ea38 commit: abd4b53b88eafd46992b85f9e393590942efce2a Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Aug 27 03:10:35 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Aug 27 03:10:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abd4b53b sys-apps/nvme-cli: keyword on ~ppc64 Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Georgy Yakovlev gentoo.org> sys-apps/nvme-cli/nvme-cli-1.6-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/nvme-cli/nvme-cli-1.6-r1.ebuild b/sys-apps/nvme-cli/nvme-cli-1.6-r1.ebuild index bd44399fd69..76ed63bdc6a 100644 --- a/sys-apps/nvme-cli/nvme-cli-1.6-r1.ebuild +++ b/sys-apps/nvme-cli/nvme-cli-1.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ RESTRICT="test" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 ~ppc64 ~x86" IUSE="+uuid" RDEPEND="uuid? ( sys-apps/util-linux:= )"