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 099B7138334 for ; Thu, 13 Sep 2018 03:42:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE6EAE0969; Thu, 13 Sep 2018 03:42:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C65A4E0969 for ; Thu, 13 Sep 2018 03:42:40 +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 0C11833BF02 for ; Thu, 13 Sep 2018 03:42:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4195C3C1 for ; Thu, 13 Sep 2018 03:42:37 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1536810131.381cb294e41dc3c7ebfa0177a30ece7786e821b2.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/librtas/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/librtas/librtas-2.0.2.ebuild X-VCS-Directories: sys-libs/librtas/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 381cb294e41dc3c7ebfa0177a30ece7786e821b2 X-VCS-Branch: master Date: Thu, 13 Sep 2018 03:42:37 +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: b3239ebc-8fb4-4361-93a1-7755780867b8 X-Archives-Hash: 05a9ed0efdeac28fad8a01a2e3a36cbd commit: 381cb294e41dc3c7ebfa0177a30ece7786e821b2 Author: Matt Turner gentoo org> AuthorDate: Thu Sep 13 03:40:52 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Sep 13 03:42:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381cb294 sys-libs/librtas-2.0.2: ppc64 stable sys-libs/librtas/librtas-2.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/librtas/librtas-2.0.2.ebuild b/sys-libs/librtas/librtas-2.0.2.ebuild index 8c9ae20cdd3..a6e3882d021 100644 --- a/sys-libs/librtas/librtas-2.0.2.ebuild +++ b/sys-libs/librtas/librtas-2.0.2.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/ibm-power-utilities/${PN}/archive/v${PV}.tar.gz -> $ LICENSE="IBM" SLOT="0" -KEYWORDS="~ppc ~ppc64" +KEYWORDS="~ppc ppc64" IUSE="" DOCS="README"