Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: flag-o-matic.eclass
Date: Wed, 29 Jul 2009 08:32:46
Message-Id: E1MW4aZ-0002E8-8k@stork.gentoo.org
1 ssuominen 09/07/29 08:32:43
2
3 Modified: flag-o-matic.eclass
4 Log:
5 err.
6
7 Revision Changes Path
8 1.142 eclass/flag-o-matic.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.142&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.142&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-matic.eclass?r1=1.141&r2=1.142
13
14 Index: flag-o-matic.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v
17 retrieving revision 1.141
18 retrieving revision 1.142
19 diff -u -r1.141 -r1.142
20 --- flag-o-matic.eclass 29 Jul 2009 08:31:32 -0000 1.141
21 +++ flag-o-matic.eclass 29 Jul 2009 08:32:43 -0000 1.142
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2009 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.141 2009/07/29 08:31:32 ssuominen Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.142 2009/07/29 08:32:43 ssuominen Exp $
27
28 # @ECLASS: flag-o-matic.eclass
29 # @MAINTAINER:
30 @@ -716,7 +716,7 @@
31 # DEPRECATED - Gets the flags needed for "NOW" binding
32 bindnow-flags() {
33 eerror "QA: stop using the bindnow-flags function ... simply drop it from your ebuild"
34 - die || "Stop using bindnow-flags."
35 + die "Stop using bindnow-flags."
36 }