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 C19511382F6 for ; Thu, 7 Jul 2016 17:52:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BD9AE09AA; Thu, 7 Jul 2016 17:52:47 +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 F16E5E0979 for ; Thu, 7 Jul 2016 17:52:45 +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 36920340BCB for ; Thu, 7 Jul 2016 17:52:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0854C244B for ; Thu, 7 Jul 2016 17:52:41 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1467913928.93b302f16a01f90f822bdaa22ae5228325b845df.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kshutdown/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/kshutdown/kshutdown-3.2.ebuild X-VCS-Directories: kde-misc/kshutdown/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 93b302f16a01f90f822bdaa22ae5228325b845df X-VCS-Branch: master Date: Thu, 7 Jul 2016 17:52:41 +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: de12f947-57e0-4f9d-a264-c1c1c3a55b39 X-Archives-Hash: 8567284d009beade34bec9cb3710b8c7 commit: 93b302f16a01f90f822bdaa22ae5228325b845df Author: Michael Palimaka gentoo org> AuthorDate: Wed Jul 6 19:42:04 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Jul 7 17:52:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93b302f1 kde-misc/kshutdown: drop ~ppc keyword Package-Manager: portage-2.3.0 kde-misc/kshutdown/kshutdown-3.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-misc/kshutdown/kshutdown-3.2.ebuild b/kde-misc/kshutdown/kshutdown-3.2.ebuild index 767ef17..1d85216 100644 --- a/kde-misc/kshutdown/kshutdown-3.2.ebuild +++ b/kde-misc/kshutdown/kshutdown-3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" LICENSE="GPL-2" SLOT="4" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 x86" IUSE="debug" DEPEND="app-arch/unzip"