From b45b015b5e6e17a5f229e6bc67455563f4af7af0 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 16 Sep 2017 09:43:11 +0100 Subject: sys-devel/kgcc64: drop GCC_FILESDIR override, bug #629776 GCC_FILESDIR support was broken by portage-2.3.6 commit: https://github.com/gentoo/portage/commit/0637c95545ab7dc0bb5d091de221b9e99e2cf5b2 ("portage.package.ebuild: Use a fake FILESDIR to catch invalid accesses") Unfortunately it was applied to older EAPIs without fixing all the users first. The change yanks GCC_FILESDIR override support and copies FILESDIR files used by toolchain.eclass in crosscompilation mode only (kgcc does not support native builds) Bug: https://bugs.gentoo.org/629776 Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- sys-devel/kgcc64/kgcc64-4.4.5.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys-devel/kgcc64/kgcc64-4.4.5.ebuild') diff --git a/sys-devel/kgcc64/kgcc64-4.4.5.ebuild b/sys-devel/kgcc64/kgcc64-4.4.5.ebuild index 72c0334e2acb..a40dfa3752db 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-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -16,7 +16,6 @@ TOOLCHAIN_ALLOWED_LANGS="c" GCC_TARGET_NO_MULTILIB=true PATCH_VER="1.2" -GCC_FILESDIR=${FILESDIR/${PN}/gcc} inherit eutils toolchain -- cgit v1.2.3-65-gdbad