summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-07-29 08:32:43 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-07-29 08:32:43 +0000
commitff711b219a684dc34e51ab53316544dbd2211499 (patch)
treecfc3ee16467e176d95e0df6b80a33bf1d259ca78 /eclass
parentDie if bindnow-flags is detected. Nothing in tree is using it anymore, includ... (diff)
downloadgentoo-2-ff711b219a684dc34e51ab53316544dbd2211499.tar.gz
gentoo-2-ff711b219a684dc34e51ab53316544dbd2211499.tar.bz2
gentoo-2-ff711b219a684dc34e51ab53316544dbd2211499.zip
err.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/flag-o-matic.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass
index 3a9fddadede3..4010b1d8bdc0 100644
--- a/eclass/flag-o-matic.eclass
+++ b/eclass/flag-o-matic.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.141 2009/07/29 08:31:32 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.142 2009/07/29 08:32:43 ssuominen Exp $
# @ECLASS: flag-o-matic.eclass
# @MAINTAINER:
@@ -716,7 +716,7 @@ raw-ldflags() {
# DEPRECATED - Gets the flags needed for "NOW" binding
bindnow-flags() {
eerror "QA: stop using the bindnow-flags function ... simply drop it from your ebuild"
- die || "Stop using bindnow-flags."
+ die "Stop using bindnow-flags."
}