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 033551382C5 for ; Sat, 6 Mar 2021 19:38:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3489DE0901; Sat, 6 Mar 2021 19:38:29 +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 0A7C7E0901 for ; Sat, 6 Mar 2021 19:38:29 +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 CCF26340E50 for ; Sat, 6 Mar 2021 19:38:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 649034F1 for ; Sat, 6 Mar 2021 19:38:26 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1615059353.19404e53009ea3d960466e412bacd1d37ce5054b.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/kgcc64/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/kgcc64/kgcc64-10.2.0.ebuild sys-devel/kgcc64/kgcc64-6.4.0.ebuild sys-devel/kgcc64/kgcc64-6.5.0.ebuild sys-devel/kgcc64/kgcc64-7.3.0.ebuild sys-devel/kgcc64/kgcc64-7.5.0.ebuild sys-devel/kgcc64/kgcc64-8.3.0.ebuild sys-devel/kgcc64/kgcc64-8.4.0.ebuild sys-devel/kgcc64/kgcc64-9.3.0-r1.ebuild sys-devel/kgcc64/kgcc64-9.3.0-r2.ebuild X-VCS-Directories: sys-devel/kgcc64/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 19404e53009ea3d960466e412bacd1d37ce5054b X-VCS-Branch: master Date: Sat, 6 Mar 2021 19:38:26 +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: 54f1db01-a4a8-4c48-83b9-77dc4f2d989e X-Archives-Hash: 245964dae11c11c369c5b829866316e9 commit: 19404e53009ea3d960466e412bacd1d37ce5054b Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Mar 6 19:35:53 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Mar 6 19:35:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19404e53 sys-devel/kgcc64: drop ~mips sys-devel/gcc should be able to build kernels with needed ABI with -mabi= regardless of ${CHOST}. Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich gentoo.org> sys-devel/kgcc64/kgcc64-10.2.0.ebuild | 4 ++-- sys-devel/kgcc64/kgcc64-6.4.0.ebuild | 4 ++-- sys-devel/kgcc64/kgcc64-6.5.0.ebuild | 4 ++-- sys-devel/kgcc64/kgcc64-7.3.0.ebuild | 4 ++-- sys-devel/kgcc64/kgcc64-7.5.0.ebuild | 4 ++-- sys-devel/kgcc64/kgcc64-8.3.0.ebuild | 4 ++-- sys-devel/kgcc64/kgcc64-8.4.0.ebuild | 4 ++-- sys-devel/kgcc64/kgcc64-9.3.0-r1.ebuild | 4 ++-- sys-devel/kgcc64/kgcc64-9.3.0-r2.ebuild | 2 +- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/sys-devel/kgcc64/kgcc64-10.2.0.ebuild b/sys-devel/kgcc64/kgcc64-10.2.0.ebuild index e0c1432958e..c8abbd9325b 100644 --- a/sys-devel/kgcc64/kgcc64-10.2.0.ebuild +++ b/sys-devel/kgcc64/kgcc64-10.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,7 +21,7 @@ inherit toolchain DESCRIPTION="64bit kernel compiler" # Works on hppa and mips; all other archs, refer to bug #228115 -KEYWORDS="~hppa ~mips" +KEYWORDS="~hppa" # unlike every other target, hppa has not unified the 32/64 bit # ports in binutils yet diff --git a/sys-devel/kgcc64/kgcc64-6.4.0.ebuild b/sys-devel/kgcc64/kgcc64-6.4.0.ebuild index 4763f516019..5259047f507 100644 --- a/sys-devel/kgcc64/kgcc64-6.4.0.ebuild +++ b/sys-devel/kgcc64/kgcc64-6.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -22,7 +22,7 @@ inherit eutils toolchain DESCRIPTION="64bit kernel compiler" # Works on hppa and mips; all other archs, refer to bug #228115 -KEYWORDS="hppa ~mips" +KEYWORDS="hppa" RDEPEND=">=dev-libs/gmp-4.3.2 >=dev-libs/mpfr-2.4.2 diff --git a/sys-devel/kgcc64/kgcc64-6.5.0.ebuild b/sys-devel/kgcc64/kgcc64-6.5.0.ebuild index b93df5a46bd..732f7b39996 100644 --- a/sys-devel/kgcc64/kgcc64-6.5.0.ebuild +++ b/sys-devel/kgcc64/kgcc64-6.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,7 +22,7 @@ inherit toolchain DESCRIPTION="64bit kernel compiler" # Works on hppa and mips; all other archs, refer to bug #228115 -KEYWORDS="~hppa ~mips" +KEYWORDS="~hppa" # unlike every other target, hppa has not unified the 32/64 bit # ports in binutils yet diff --git a/sys-devel/kgcc64/kgcc64-7.3.0.ebuild b/sys-devel/kgcc64/kgcc64-7.3.0.ebuild index c4cd0b6d323..6db14ea4472 100644 --- a/sys-devel/kgcc64/kgcc64-7.3.0.ebuild +++ b/sys-devel/kgcc64/kgcc64-7.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -21,7 +21,7 @@ inherit eutils toolchain DESCRIPTION="64bit kernel compiler" # Works on hppa and mips; all other archs, refer to bug #228115 -KEYWORDS="hppa ~mips" +KEYWORDS="hppa" RDEPEND=">=dev-libs/gmp-4.3.2 >=dev-libs/mpfr-2.4.2 diff --git a/sys-devel/kgcc64/kgcc64-7.5.0.ebuild b/sys-devel/kgcc64/kgcc64-7.5.0.ebuild index c52a4bfafc3..d92469d82fb 100644 --- a/sys-devel/kgcc64/kgcc64-7.5.0.ebuild +++ b/sys-devel/kgcc64/kgcc64-7.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,7 +21,7 @@ inherit toolchain DESCRIPTION="64bit kernel compiler" # Works on hppa and mips; all other archs, refer to bug #228115 -KEYWORDS="~hppa ~mips" +KEYWORDS="~hppa" # unlike every other target, hppa has not unified the 32/64 bit # ports in binutils yet diff --git a/sys-devel/kgcc64/kgcc64-8.3.0.ebuild b/sys-devel/kgcc64/kgcc64-8.3.0.ebuild index c4cd0b6d323..6db14ea4472 100644 --- a/sys-devel/kgcc64/kgcc64-8.3.0.ebuild +++ b/sys-devel/kgcc64/kgcc64-8.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -21,7 +21,7 @@ inherit eutils toolchain DESCRIPTION="64bit kernel compiler" # Works on hppa and mips; all other archs, refer to bug #228115 -KEYWORDS="hppa ~mips" +KEYWORDS="hppa" RDEPEND=">=dev-libs/gmp-4.3.2 >=dev-libs/mpfr-2.4.2 diff --git a/sys-devel/kgcc64/kgcc64-8.4.0.ebuild b/sys-devel/kgcc64/kgcc64-8.4.0.ebuild index da401c7c46b..db403176818 100644 --- a/sys-devel/kgcc64/kgcc64-8.4.0.ebuild +++ b/sys-devel/kgcc64/kgcc64-8.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,7 +21,7 @@ inherit toolchain DESCRIPTION="64bit kernel compiler" # Works on hppa and mips; all other archs, refer to bug #228115 -KEYWORDS="~hppa ~mips" +KEYWORDS="~hppa" # unlike every other target, hppa has not unified the 32/64 bit # ports in binutils yet diff --git a/sys-devel/kgcc64/kgcc64-9.3.0-r1.ebuild b/sys-devel/kgcc64/kgcc64-9.3.0-r1.ebuild index 368eaaac110..292900b5e11 100644 --- a/sys-devel/kgcc64/kgcc64-9.3.0-r1.ebuild +++ b/sys-devel/kgcc64/kgcc64-9.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,7 +21,7 @@ inherit toolchain DESCRIPTION="64bit kernel compiler" # Works on hppa and mips; all other archs, refer to bug #228115 -KEYWORDS="hppa ~mips" +KEYWORDS="hppa" # unlike every other target, hppa has not unified the 32/64 bit # ports in binutils yet diff --git a/sys-devel/kgcc64/kgcc64-9.3.0-r2.ebuild b/sys-devel/kgcc64/kgcc64-9.3.0-r2.ebuild index 3b578b70a5c..973b2870eba 100644 --- a/sys-devel/kgcc64/kgcc64-9.3.0-r2.ebuild +++ b/sys-devel/kgcc64/kgcc64-9.3.0-r2.ebuild @@ -21,7 +21,7 @@ inherit toolchain DESCRIPTION="64bit kernel compiler" # Works on hppa and mips; all other archs, refer to bug #228115 -KEYWORDS="hppa ~mips" +KEYWORDS="hppa" # unlike every other target, hppa has not unified the 32/64 bit # ports in binutils yet