diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-10-23 20:29:50 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-10-23 20:29:50 -0400 |
commit | 4ac3256ad647b6d6936284e967ff9a7185721fdc (patch) | |
tree | 30ec72354f43ed3e9a8fc10fd99bb6bec8638a6b /sys-devel/gcc/gcc-4.2.0_alpha20090325.ebuild | |
parent | drop GCC_SPEC env support from older versions (diff) | |
download | toolchain-4ac3256ad647b6d6936284e967ff9a7185721fdc.tar.gz toolchain-4ac3256ad647b6d6936284e967ff9a7185721fdc.tar.bz2 toolchain-4ac3256ad647b6d6936284e967ff9a7185721fdc.zip |
gcc: move snapshot warning messages to the eclass
Diffstat (limited to 'sys-devel/gcc/gcc-4.2.0_alpha20090325.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-4.2.0_alpha20090325.ebuild | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sys-devel/gcc/gcc-4.2.0_alpha20090325.ebuild b/sys-devel/gcc/gcc-4.2.0_alpha20090325.ebuild index 0ec22bd..89c4ba3 100644 --- a/sys-devel/gcc/gcc-4.2.0_alpha20090325.ebuild +++ b/sys-devel/gcc/gcc-4.2.0_alpha20090325.ebuild @@ -21,11 +21,3 @@ src_prepare() { # Fix cross-compiling epatch "${GCC_FILESDIR}"/4.1.0/gcc-4.1.0-cross-compile.patch } - -pkg_postinst() { - toolchain_pkg_postinst - - einfo "This GCC ebuild is provided for your convenience, and the use" - einfo "of this compiler is not supported by the Gentoo Developers." - einfo "Please report bugs to upstream at http://gcc.gnu.org/bugzilla/" -} |