From 26acb19b0b76c6adde2622da07dcfec25bdc102c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Mon, 2 Oct 2017 22:39:43 +0200 Subject: sys-devel/gcc-config: Remove ugly workaround for 12 years gone bug, bug 554334 Closes: https://bugs.gentoo.org/554334 Package-Manager: Portage-2.3.10, Repoman-2.3.3 --- sys-devel/gcc-config/gcc-config-1.8.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys-devel/gcc-config/gcc-config-1.8.ebuild') diff --git a/sys-devel/gcc-config/gcc-config-1.8.ebuild b/sys-devel/gcc-config/gcc-config-1.8.ebuild index 3d3204cef71d..e83d9cc11090 100644 --- a/sys-devel/gcc-config/gcc-config-1.8.ebuild +++ b/sys-devel/gcc-config/gcc-config-1.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit unpacker toolchain-funcs multilib @@ -29,9 +29,6 @@ pkg_postinst() { # Scrub eselect-compiler remains rm -f "${ROOT}"/etc/env.d/05compiler & - # Make sure old versions dont exist #79062 - rm -f "${ROOT}"/usr/sbin/gcc-config & - # We not longer use the /usr/include/g++-v3 hacks, as # it is not needed ... rm -f "${ROOT}"/usr/include/g++{,-v3} & -- cgit v1.2.3