diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-03-06 19:35:53 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-03-06 19:35:53 +0000 |
commit | 19404e53009ea3d960466e412bacd1d37ce5054b (patch) | |
tree | 5967fddf1de0e960ab10ccb0c9e5ee1d24b8d947 /sys-devel/kgcc64 | |
parent | sys-libs/newlib: drop old (diff) | |
download | gentoo-19404e53009ea3d960466e412bacd1d37ce5054b.tar.gz gentoo-19404e53009ea3d960466e412bacd1d37ce5054b.tar.bz2 gentoo-19404e53009ea3d960466e412bacd1d37ce5054b.zip |
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 <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel/kgcc64')
-rw-r--r-- | sys-devel/kgcc64/kgcc64-10.2.0.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/kgcc64/kgcc64-6.4.0.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/kgcc64/kgcc64-6.5.0.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/kgcc64/kgcc64-7.3.0.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/kgcc64/kgcc64-7.5.0.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/kgcc64/kgcc64-8.3.0.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/kgcc64/kgcc64-8.4.0.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/kgcc64/kgcc64-9.3.0-r1.ebuild | 4 | ||||
-rw-r--r-- | 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 e0c1432958e8..c8abbd9325b8 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 4763f516019f..5259047f5072 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 b93df5a46bd2..732f7b399963 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 c4cd0b6d3234..6db14ea44720 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 c52a4bfafc3e..d92469d82fbb 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 c4cd0b6d3234..6db14ea44720 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 da401c7c46b2..db4031768182 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 368eaaac1107..292900b5e11e 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 3b578b70a5ce..973b2870eba9 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 |