summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-04-20 02:51:25 +0000
committerMike Frysinger <vapier@gentoo.org>2013-04-20 02:51:25 +0000
commitec5d6983f0b29e5c9d3d0fb364862eca5a3a91e3 (patch)
treef18d1b10dee983af43fc3d76a08be5d0aaabfb26 /sys-devel
parentBump cdm to snapshot of https://github.com/ghost1227/cdm (diff)
downloadgentoo-2-ec5d6983f0b29e5c9d3d0fb364862eca5a3a91e3.tar.gz
gentoo-2-ec5d6983f0b29e5c9d3d0fb364862eca5a3a91e3.tar.bz2
gentoo-2-ec5d6983f0b29e5c9d3d0fb364862eca5a3a91e3.zip
Add missing call to toolchain_pkg_postinst so gcc-config and friends kick in properly.
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/gcc/ChangeLog7
-rw-r--r--sys-devel/gcc/gcc-4.8.0.ebuild4
2 files changed, 9 insertions, 2 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog
index a1aa3f1e948c..b6bdb0ec3b96 100644
--- a/sys-devel/gcc/ChangeLog
+++ b/sys-devel/gcc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-devel/gcc
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.943 2013/04/12 06:47:58 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.944 2013/04/20 02:51:25 vapier Exp $
+
+ 20 Apr 2013; Mike Frysinger <vapier@gentoo.org> gcc-4.4.7.ebuild,
+ gcc-4.5.4.ebuild, gcc-4.6.3.ebuild, gcc-4.7.2-r1.ebuild, gcc-4.8.0.ebuild:
+ Add missing call to toolchain_pkg_postinst so gcc-config and friends kick in
+ properly.
12 Apr 2013; Ulrich Müller <ulm@gentoo.org> gcc-3.1.1-r2.ebuild,
gcc-3.2.3-r4.ebuild, gcc-4.0.4.ebuild, gcc-4.1.2.ebuild, gcc-4.2.4-r1.ebuild,
diff --git a/sys-devel/gcc/gcc-4.8.0.ebuild b/sys-devel/gcc/gcc-4.8.0.ebuild
index c790ca031fc3..8f1dbbb5cc09 100644
--- a/sys-devel/gcc/gcc-4.8.0.ebuild
+++ b/sys-devel/gcc/gcc-4.8.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.0.ebuild,v 1.3 2013/04/12 06:47:58 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.0.ebuild,v 1.4 2013/04/20 02:51:25 vapier Exp $
PATCH_VER="1.1"
UCLIBC_VER="1.0"
@@ -65,6 +65,8 @@ pkg_setup() {
}
pkg_postinst() {
+ toolchain_pkg_postinst
+
elog
elog "Packages failing to build with GCC 4.8 are tracked at"
elog "https://bugs.gentoo.org/461954"