summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-07-29 08:31:32 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-07-29 08:31:32 +0000
commitdb091a453b8874306d1c92ad60ed7a73ec14633e (patch)
tree16a2cbab044bddaba95af1d9cf36f8246af06692 /eclass
parentDon't apply 0001_all_lazyldflags.patch which is same as bindnow-flags. (diff)
downloadhistorical-db091a453b8874306d1c92ad60ed7a73ec14633e.tar.gz
historical-db091a453b8874306d1c92ad60ed7a73ec14633e.tar.bz2
historical-db091a453b8874306d1c92ad60ed7a73ec14633e.zip
Die if bindnow-flags is detected. Nothing in tree is using it anymore, including any of the old revisions.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/flag-o-matic.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass
index 2c307c3c51e2..3a9fddadede3 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.140 2009/07/20 04:28:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.141 2009/07/29 08:31:32 ssuominen Exp $
# @ECLASS: flag-o-matic.eclass
# @MAINTAINER:
@@ -715,7 +715,8 @@ raw-ldflags() {
# @DESCRIPTION:
# DEPRECATED - Gets the flags needed for "NOW" binding
bindnow-flags() {
- ewarn "QA: stop using the bindnow-flags function ... simply drop it from your ebuild"
+ eerror "QA: stop using the bindnow-flags function ... simply drop it from your ebuild"
+ die || "Stop using bindnow-flags."
}