Index: flag-o-matic.eclass =================================================================== RCS file: /home/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v retrieving revision 1.38 diff -u -b -B -w -p -r1.38 flag-o-matic.eclass --- flag-o-matic.eclass 26 Feb 2004 06:47:23 -0000 1.38 +++ flag-o-matic.eclass 11 Mar 2004 19:57:44 -0000 @@ -293,8 +293,8 @@ append-ldflags() { } etexec-flags() { - has_version sys-devel/hardened-gcc - if [ $? == 0 ] ; then + #has_version sys-devel/hardened-gcc + if [ 0 == 0 ] ; then if [ "`is-flag -yet_exec`" != "true" ]; then debug-print ">>> appending flags -yet_exec" append-flags -yet_exec @@ -304,8 +304,8 @@ etexec-flags() { } fstack-flags() { - has_version sys-devel/hardened-gcc - if [ $? == 0 ] ; then + #has_version sys-devel/hardened-gcc + if [ 0 == 0 ] ; then if [ "`is-flag -yno_propolice`" != "true" ]; then debug-print ">>> appending flags -yno_propolice" append-flags -yno_propolice