commit:     817544190737036d999d6e7a43fe01e582a62c90
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sun Apr 12 12:43:16 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Apr 12 15:05:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81754419

sys-devel/kgcc64: drop ~sparc

Sparc kernels can be built with a normal gcc for a while, and noone should be
using a kernel that actually requires such an old compiler to be built.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-devel/kgcc64/kgcc64-4.1.2.ebuild | 4 ++--
 sys-devel/kgcc64/kgcc64-4.2.4.ebuild | 4 ++--
 sys-devel/kgcc64/kgcc64-4.3.5.ebuild | 4 ++--
 sys-devel/kgcc64/kgcc64-4.4.5.ebuild | 4 ++--
 sys-devel/kgcc64/kgcc64-4.4.6.ebuild | 4 ++--
 sys-devel/kgcc64/kgcc64-4.5.3.ebuild | 4 ++--
 sys-devel/kgcc64/kgcc64-4.5.4.ebuild | 4 ++--
 sys-devel/kgcc64/kgcc64-4.6.4.ebuild | 4 ++--
 sys-devel/kgcc64/kgcc64-4.7.3.ebuild | 4 ++--
 sys-devel/kgcc64/kgcc64-4.7.4.ebuild | 4 ++--
 sys-devel/kgcc64/kgcc64-4.8.3.ebuild | 4 ++--
 sys-devel/kgcc64/kgcc64-4.8.5.ebuild | 4 ++--
 12 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/sys-devel/kgcc64/kgcc64-4.1.2.ebuild 
b/sys-devel/kgcc64/kgcc64-4.1.2.ebuild
index f1847c8ee07..883ca7325f5 100644
--- a/sys-devel/kgcc64/kgcc64-4.1.2.ebuild
+++ b/sys-devel/kgcc64/kgcc64-4.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 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"
 
-KEYWORDS="-* hppa ~mips ~s390 sparc"
+KEYWORDS="-* hppa ~mips ~s390"
 
 # 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 ac2842ee881..14b4c705274 100644
--- a/sys-devel/kgcc64/kgcc64-4.2.4.ebuild
+++ b/sys-devel/kgcc64/kgcc64-4.2.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 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"
 
-KEYWORDS="-* hppa ~mips ~s390 ~sparc"
+KEYWORDS="-* hppa ~mips ~s390"
 
 # unlike every other target, hppa has not unified the 32/64 bit
 # ports in binutils yet

diff --git a/sys-devel/kgcc64/kgcc64-4.3.5.ebuild 
b/sys-devel/kgcc64/kgcc64-4.3.5.ebuild
index 80a48385ee9..7010d61576d 100644
--- a/sys-devel/kgcc64/kgcc64-4.3.5.ebuild
+++ b/sys-devel/kgcc64/kgcc64-4.3.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 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 mips and sparc; all other archs, refer to bug #228115
-KEYWORDS="-hppa ~mips ~sparc"
+KEYWORDS="-hppa ~mips"
 
 # unlike every other target, hppa has not unified the 32/64 bit
 # ports in binutils yet

diff --git a/sys-devel/kgcc64/kgcc64-4.4.5.ebuild 
b/sys-devel/kgcc64/kgcc64-4.4.5.ebuild
index e8b3097fd90..18c238f2e76 100644
--- a/sys-devel/kgcc64/kgcc64-4.4.5.ebuild
+++ b/sys-devel/kgcc64/kgcc64-4.4.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 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 mips and sparc; all other archs, refer to bug #228115
-KEYWORDS="hppa sparc"
+KEYWORDS="hppa"
 
 RDEPEND=">=dev-libs/gmp-4.2.1
        >=dev-libs/mpfr-2.3.2

diff --git a/sys-devel/kgcc64/kgcc64-4.4.6.ebuild 
b/sys-devel/kgcc64/kgcc64-4.4.6.ebuild
index 83f02acb5eb..37b50a1ffa1 100644
--- a/sys-devel/kgcc64/kgcc64-4.4.6.ebuild
+++ b/sys-devel/kgcc64/kgcc64-4.4.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 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 mips and sparc; all other archs, refer to bug #228115
-KEYWORDS="hppa ~sparc"
+KEYWORDS="hppa"
 
 RDEPEND=">=dev-libs/gmp-4.2.1
        >=dev-libs/mpfr-2.3.2

diff --git a/sys-devel/kgcc64/kgcc64-4.5.3.ebuild 
b/sys-devel/kgcc64/kgcc64-4.5.3.ebuild
index 7603c4f2760..c831c6372f4 100644
--- a/sys-devel/kgcc64/kgcc64-4.5.3.ebuild
+++ b/sys-devel/kgcc64/kgcc64-4.5.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 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 mips and sparc; all other archs, refer to bug #228115
-KEYWORDS="hppa sparc"
+KEYWORDS="hppa"
 
 RDEPEND=">=dev-libs/gmp-4.3.2
        >=dev-libs/mpfr-2.4.2

diff --git a/sys-devel/kgcc64/kgcc64-4.5.4.ebuild 
b/sys-devel/kgcc64/kgcc64-4.5.4.ebuild
index da8ba44fcf4..ef5e53e1862 100644
--- a/sys-devel/kgcc64/kgcc64-4.5.4.ebuild
+++ b/sys-devel/kgcc64/kgcc64-4.5.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 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 mips and sparc; all other archs, refer to bug #228115
-KEYWORDS="hppa ~sparc"
+KEYWORDS="hppa"
 
 RDEPEND=">=dev-libs/gmp-4.3.2
        >=dev-libs/mpfr-2.4.2

diff --git a/sys-devel/kgcc64/kgcc64-4.6.4.ebuild 
b/sys-devel/kgcc64/kgcc64-4.6.4.ebuild
index 51b861eb280..72bb27b5db0 100644
--- a/sys-devel/kgcc64/kgcc64-4.6.4.ebuild
+++ b/sys-devel/kgcc64/kgcc64-4.6.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 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 mips and sparc; all other archs, refer to bug #228115
-KEYWORDS="hppa ~sparc"
+KEYWORDS="hppa"
 
 RDEPEND=">=dev-libs/gmp-4.3.2
        >=dev-libs/mpfr-2.4.2

diff --git a/sys-devel/kgcc64/kgcc64-4.7.3.ebuild 
b/sys-devel/kgcc64/kgcc64-4.7.3.ebuild
index a6b40daf869..8d0c8db5b93 100644
--- a/sys-devel/kgcc64/kgcc64-4.7.3.ebuild
+++ b/sys-devel/kgcc64/kgcc64-4.7.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 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 mips and sparc; all other archs, refer to bug #228115
-KEYWORDS="hppa sparc"
+KEYWORDS="hppa"
 
 RDEPEND=">=dev-libs/gmp-4.3.2
        >=dev-libs/mpfr-2.4.2

diff --git a/sys-devel/kgcc64/kgcc64-4.7.4.ebuild 
b/sys-devel/kgcc64/kgcc64-4.7.4.ebuild
index aa235803a20..3b8f855aadc 100644
--- a/sys-devel/kgcc64/kgcc64-4.7.4.ebuild
+++ b/sys-devel/kgcc64/kgcc64-4.7.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 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 mips and sparc; all other archs, refer to bug #228115
-KEYWORDS="hppa ~mips ~sparc"
+KEYWORDS="hppa ~mips"
 
 RDEPEND=">=dev-libs/gmp-4.3.2
        >=dev-libs/mpfr-2.4.2

diff --git a/sys-devel/kgcc64/kgcc64-4.8.3.ebuild 
b/sys-devel/kgcc64/kgcc64-4.8.3.ebuild
index bbb90499c80..4cc6c262958 100644
--- a/sys-devel/kgcc64/kgcc64-4.8.3.ebuild
+++ b/sys-devel/kgcc64/kgcc64-4.8.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 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 mips and sparc; all other archs, refer to bug #228115
-KEYWORDS="hppa ~sparc"
+KEYWORDS="hppa"
 
 RDEPEND=">=dev-libs/gmp-4.3.2
        >=dev-libs/mpfr-2.4.2

diff --git a/sys-devel/kgcc64/kgcc64-4.8.5.ebuild 
b/sys-devel/kgcc64/kgcc64-4.8.5.ebuild
index c4182cc3585..8d0c8db5b93 100644
--- a/sys-devel/kgcc64/kgcc64-4.8.5.ebuild
+++ b/sys-devel/kgcc64/kgcc64-4.8.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 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 mips and sparc; all other archs, refer to bug #228115
-KEYWORDS="hppa ~sparc"
+KEYWORDS="hppa"
 
 RDEPEND=">=dev-libs/gmp-4.3.2
        >=dev-libs/mpfr-2.4.2

Reply via email to