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 8EFA9139085 for ; Thu, 2 Feb 2017 18:44:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56B1D21C1B8; Thu, 2 Feb 2017 18:44:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2FBAE21C1CF for ; Thu, 2 Feb 2017 18:44:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 503B53411B5 for ; Thu, 2 Feb 2017 18:44:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5441C3DCB for ; Thu, 2 Feb 2017 18:43:58 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1486061003.7f74336cd704d2a84211199ad79067a3e2ad0b37.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/seekwatcher/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild X-VCS-Directories: sys-block/seekwatcher/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 7f74336cd704d2a84211199ad79067a3e2ad0b37 X-VCS-Branch: master Date: Thu, 2 Feb 2017 18:43:58 +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: eb003d59-c5df-4a66-ad1a-d26167f982bb X-Archives-Hash: 830b60199be6db54e981224b6b2c8879 commit: 7f74336cd704d2a84211199ad79067a3e2ad0b37 Author: David Seifert gentoo org> AuthorDate: Thu Feb 2 18:18:30 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Feb 2 18:43:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f74336c sys-block/seekwatcher: Remove ppc from KEYWORDS Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3766 sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild b/sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild index 709c79d..f96ddf0 100644 --- a/sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild +++ b/sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://dev.gentoo.org/~slyfox/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="dev-python/pyrex"