For the useq() IUSE qa check, use [[ $u =~ $PORTAGE_IUSE ]] instead
authorZac Medico <zmedico@gentoo.org>
Sat, 9 Feb 2008 09:19:44 +0000 (09:19 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 9 Feb 2008 09:19:44 +0000 (09:19 -0000)
commit478f906be06d60cc7ff50446dbceb76028b4018e
tree26e1a34f6d2ed97328b05dbd43cc82004164bef1
parent4bb099550ddc4c4f7c4c6aa4e83783854f267311
For the useq() IUSE qa check, use [[ $u =~ $PORTAGE_IUSE ]] instead
of egrep since apparently it's compatible in this case. Thanks to
igli for this. (trunk r9279)

svn path=/main/branches/2.1.2/; revision=9305
bin/ebuild.sh