diff options
author | Mike Frysinger <vapier@gentoo.org> | 2017-03-14 15:39:59 -0700 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2017-03-14 15:39:59 -0700 |
commit | 6762647b2539202d54e6dbfc3b9aa12b6c7ab708 (patch) | |
tree | 98b5fbc572c2cf0688758f53825447becc4b3aad | |
parent | drop $Header/$Id tags and update copyright notices (diff) | |
download | toolchain-6762647b2539202d54e6dbfc3b9aa12b6c7ab708.tar.gz toolchain-6762647b2539202d54e6dbfc3b9aa12b6c7ab708.tar.bz2 toolchain-6762647b2539202d54e6dbfc3b9aa12b6c7ab708.zip |
gcc: drop old notice
-rw-r--r-- | sys-devel/gcc/gcc-4.0.0.ebuild | 9 |
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/" -} |