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 87F3E138334 for ; Sun, 27 Oct 2019 19:42:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEDFCE08CA; Sun, 27 Oct 2019 19:42:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 94BB9E08CA for ; Sun, 27 Oct 2019 19:42:18 +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 52D1F34C41D for ; Sun, 27 Oct 2019 19:42:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E01A18AA for ; Sun, 27 Oct 2019 19:42:14 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1572205325.ad192f6fbd621c3548344cfe02b3bd62c0d23b36.zmedico@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.9.ebuild X-VCS-Directories: sys-apps/nvme-cli/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: ad192f6fbd621c3548344cfe02b3bd62c0d23b36 X-VCS-Branch: master Date: Sun, 27 Oct 2019 19:42:14 +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: 008b9bc6-ee45-496b-9503-70abcdc002ba X-Archives-Hash: d6b4be5c3d63f18c3536ff91fc4d1d32 commit: ad192f6fbd621c3548344cfe02b3bd62c0d23b36 Author: Zac Medico gentoo org> AuthorDate: Sun Oct 27 19:40:49 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Oct 27 19:42:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad192f6f sys-apps/nvme-cli: stabilize 1.9 for amd64 Bug: https://bugs.gentoo.org/698680 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Zac Medico gentoo.org> sys-apps/nvme-cli/nvme-cli-1.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/nvme-cli/nvme-cli-1.9.ebuild b/sys-apps/nvme-cli/nvme-cli-1.9.ebuild index dab045a072b..3be939cd58b 100644 --- a/sys-apps/nvme-cli/nvme-cli-1.9.ebuild +++ b/sys-apps/nvme-cli/nvme-cli-1.9.ebuild @@ -12,7 +12,7 @@ RESTRICT="test" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc64 ~x86" IUSE="+uuid" RDEPEND="uuid? ( sys-apps/util-linux:= )"