From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 990541383E0 for ; Thu, 1 Oct 2015 16:13:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D97821C004; Thu, 1 Oct 2015 16:13:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2FD2721C004 for ; Thu, 1 Oct 2015 16:13:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C0B2F340775 for ; Thu, 1 Oct 2015 16:13:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 926FB395 for ; Thu, 1 Oct 2015 16:13:09 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1443715930.459672c64fb137d0888dde3c3f2e734deef501e3.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/kgcc64/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/kgcc64/kgcc64-3.4.6.ebuild sys-devel/kgcc64/kgcc64-4.1.2.ebuild sys-devel/kgcc64/kgcc64-4.2.4.ebuild X-VCS-Directories: sys-devel/kgcc64/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 459672c64fb137d0888dde3c3f2e734deef501e3 X-VCS-Branch: master Date: Thu, 1 Oct 2015 16:13:09 +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: 90963264-6ab5-403d-9e85-695634d6cd58 X-Archives-Hash: 2cc80d9ba3ab3ec5f9fd6e8220f8b4b0 commit: 459672c64fb137d0888dde3c3f2e734deef501e3 Author: Mike Frysinger gentoo org> AuthorDate: Thu Oct 1 16:12:10 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Thu Oct 1 16:12:10 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=459672c6 sys-devel/kgcc64: drop lingering ppc support #444428 sys-devel/kgcc64/kgcc64-3.4.6.ebuild | 2 +- sys-devel/kgcc64/kgcc64-4.1.2.ebuild | 2 +- sys-devel/kgcc64/kgcc64-4.2.4.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-devel/kgcc64/kgcc64-3.4.6.ebuild b/sys-devel/kgcc64/kgcc64-3.4.6.ebuild index e824f04..3d2988b 100644 --- a/sys-devel/kgcc64/kgcc64-3.4.6.ebuild +++ b/sys-devel/kgcc64/kgcc64-3.4.6.ebuild @@ -23,7 +23,7 @@ inherit eutils toolchain DESCRIPTION="64bit kernel compiler" -KEYWORDS="-* ~hppa ~mips ~ppc ~s390 sparc" +KEYWORDS="-* ~hppa ~mips ~s390 sparc" # unlike every other target, hppa has not unified the 32/64 bit # ports in binutils yet diff --git a/sys-devel/kgcc64/kgcc64-4.1.2.ebuild b/sys-devel/kgcc64/kgcc64-4.1.2.ebuild index cda5c98..6d13f0e 100644 --- a/sys-devel/kgcc64/kgcc64-4.1.2.ebuild +++ b/sys-devel/kgcc64/kgcc64-4.1.2.ebuild @@ -23,7 +23,7 @@ inherit eutils toolchain DESCRIPTION="64bit kernel compiler" -KEYWORDS="-* hppa ~mips ppc ~s390 sparc" +KEYWORDS="-* hppa ~mips ~s390 sparc" # unlike every other target, hppa has not unified the 32/64 bit # ports in binutils yet diff --git a/sys-devel/kgcc64/kgcc64-4.2.4.ebuild b/sys-devel/kgcc64/kgcc64-4.2.4.ebuild index a3a7e19..b238546 100644 --- a/sys-devel/kgcc64/kgcc64-4.2.4.ebuild +++ b/sys-devel/kgcc64/kgcc64-4.2.4.ebuild @@ -23,7 +23,7 @@ inherit eutils toolchain DESCRIPTION="64bit kernel compiler" -KEYWORDS="-* hppa ~mips ppc ~s390 ~sparc" +KEYWORDS="-* hppa ~mips ~s390 ~sparc" # unlike every other target, hppa has not unified the 32/64 bit # ports in binutils yet