summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2004-06-02 20:05:55 +0000
committerTravis Tilley <lv@gentoo.org>2004-06-02 20:05:55 +0000
commit215dd9887bb19af0ac069787c0513bf4d81d7522 (patch)
tree742c4bdaa9f3e87087c56411bb2d30c0634a7df1 /sys-libs
parentglibc 2.3.3.20040602 is a work in progress... one that's currently broken (diff)
downloadgentoo-2-215dd9887bb19af0ac069787c0513bf4d81d7522.tar.gz
gentoo-2-215dd9887bb19af0ac069787c0513bf4d81d7522.tar.bz2
gentoo-2-215dd9887bb19af0ac069787c0513bf4d81d7522.zip
make very sure nobody accidentally installs this :)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/glibc-2.3.3.20040602.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.3.3.20040602.ebuild b/sys-libs/glibc/glibc-2.3.3.20040602.ebuild
index 959f773a2eda..773c3c80ad73 100644
--- a/sys-libs/glibc/glibc-2.3.3.20040602.ebuild
+++ b/sys-libs/glibc/glibc-2.3.3.20040602.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.3.20040602.ebuild,v 1.1 2004/06/02 19:14:19 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.3.20040602.ebuild,v 1.2 2004/06/02 20:05:55 lv Exp $
IUSE="nls pic build nptl erandom hardened"
@@ -161,6 +161,7 @@ use_nptl() {
}
pkg_setup() {
+ die "this ebuild is broken and shouldnt be used yet!"
# We need gcc 3.2 or later ...
if [ "`gcc-major-version`" -ne "3" -o "`gcc-minor-version`" -lt "2" ]
then