For the useq() IUSE qa check, use [[ $u =~ $PORTAGE_IUSE ]] instead
authorZac Medico <zmedico@gentoo.org>
Wed, 6 Feb 2008 08:43:57 +0000 (08:43 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 6 Feb 2008 08:43:57 +0000 (08:43 -0000)
commitdd8a658710fc50723850f48d88224046c285e79f
tree662d677dd2ca0fec488560131f3dc8caad347f40
parente210ba84b1c68ad83e040526fef33b91ebf0eb7f
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.

svn path=/main/trunk/; revision=9279
bin/ebuild.sh