summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2020-04-12 14:43:16 +0200
committerSergei Trofimovich <slyfox@gentoo.org>2020-04-12 16:05:21 +0100
commit817544190737036d999d6e7a43fe01e582a62c90 (patch)
tree2e6802c24191e9c7f96a7aa0556716a6cd5b5b6d /sys-devel/kgcc64/kgcc64-4.1.2.ebuild
parentnet-libs/nodejs: Version 10.20.1 (diff)
downloadgentoo-817544190737036d999d6e7a43fe01e582a62c90.tar.gz
gentoo-817544190737036d999d6e7a43fe01e582a62c90.tar.bz2
gentoo-817544190737036d999d6e7a43fe01e582a62c90.zip
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@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel/kgcc64/kgcc64-4.1.2.ebuild')
-rw-r--r--sys-devel/kgcc64/kgcc64-4.1.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/kgcc64/kgcc64-4.1.2.ebuild b/sys-devel/kgcc64/kgcc64-4.1.2.ebuild
index f1847c8ee075..883ca7325f53 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