summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-06-11 15:49:05 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-06-11 15:49:05 +0000
commit46f71d0c350999dc47e6dd3f4937c030347fb4c9 (patch)
tree9d1fcb4b8dbf774041d45f84eb6f2c6d5e441b3e /sys-devel
parentnew package (diff)
downloadhistorical-46f71d0c350999dc47e6dd3f4937c030347fb4c9.tar.gz
historical-46f71d0c350999dc47e6dd3f4937c030347fb4c9.tar.bz2
historical-46f71d0c350999dc47e6dd3f4937c030347fb4c9.zip
2.12.90.0.9 is not usable
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/binutils/binutils-2.12.90.0.9.ebuild10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys-devel/binutils/binutils-2.12.90.0.9.ebuild b/sys-devel/binutils/binutils-2.12.90.0.9.ebuild
index 0c42f5947232..538db9d2dcb8 100644
--- a/sys-devel/binutils/binutils-2.12.90.0.9.ebuild
+++ b/sys-devel/binutils/binutils-2.12.90.0.9.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: System Team <system@gentoo.org>
# Author: Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.12.90.0.9.ebuild,v 1.1 2002/06/10 19:43:01 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.12.90.0.9.ebuild,v 1.2 2002/06/11 15:49:05 azarah Exp $
# NOTE to Maintainer: ChangeLog states that it no longer use perl to build
# the manpages, but seems this is incorrect ....
@@ -21,6 +21,14 @@ DEPEND="virtual/glibc
[ -z "`use build`" ] && [ -z "`use bootstrap`" ] && \
DEPEND="${DEPEND} sys-devel/perl"
+pkg_setup() {
+
+ eerror
+ eerror "Please do not use this release of binutils, as it"
+ eerror "is very buggy (cannot even compile glibc)!!!"
+ eerror
+ die
+}
src_compile() {