summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2017-03-14 15:39:59 -0700
committerMike Frysinger <vapier@gentoo.org>2017-03-14 15:39:59 -0700
commit6762647b2539202d54e6dbfc3b9aa12b6c7ab708 (patch)
tree98b5fbc572c2cf0688758f53825447becc4b3aad
parentdrop $Header/$Id tags and update copyright notices (diff)
downloadtoolchain-6762647b.tar.gz
toolchain-6762647b.tar.bz2
toolchain-6762647b.zip
gcc: drop old notice
-rw-r--r--sys-devel/gcc/gcc-4.0.0.ebuild9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys-devel/gcc/gcc-4.0.0.ebuild b/sys-devel/gcc/gcc-4.0.0.ebuild
index 1ffca32..e491027 100644
--- a/sys-devel/gcc/gcc-4.0.0.ebuild
+++ b/sys-devel/gcc/gcc-4.0.0.ebuild
@@ -14,12 +14,3 @@ KEYWORDS=""
RDEPEND=""
DEPEND="${RDEPEND}
>=sys-devel/binutils-2.15.97"
-
-pkg_postinst() {
- toolchain_pkg_postinst
-
- einfo "This gcc-4 ebuild is provided for your convenience, and the use"
- einfo "of this compiler is not supported by the Gentoo Developers."
- einfo "Please file bugs related to gcc-4 with upstream developers."
- einfo "Compiler bugs should be filed at http://gcc.gnu.org/bugzilla/"
-}