diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-16 09:43:11 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-16 10:25:08 +0100 |
commit | b45b015b5e6e17a5f229e6bc67455563f4af7af0 (patch) | |
tree | 3a7ff63d58ff98e57eebfd5bd40cc9e755bac7b7 /sys-devel/kgcc64/kgcc64-4.8.5.ebuild | |
parent | dev-lang/gnat-gpl: drop GCC_FILESDIR reference in comments, bug #629776 (diff) | |
download | gentoo-b45b015b5e6e17a5f229e6bc67455563f4af7af0.tar.gz gentoo-b45b015b5e6e17a5f229e6bc67455563f4af7af0.tar.bz2 gentoo-b45b015b5e6e17a5f229e6bc67455563f4af7af0.zip |
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
Diffstat (limited to 'sys-devel/kgcc64/kgcc64-4.8.5.ebuild')
-rw-r--r-- | sys-devel/kgcc64/kgcc64-4.8.5.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-devel/kgcc64/kgcc64-4.8.5.ebuild b/sys-devel/kgcc64/kgcc64-4.8.5.ebuild index a5ef49425d75..90d69128a02c 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-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.3" -GCC_FILESDIR=${FILESDIR/${PN}/gcc} inherit eutils toolchain |