--- gpgme-1.0.2.ebuild.orig 2005-09-19 21:05:18.000000000 +0000 +++ gpgme-1.0.2.ebuild.orig 2005-09-26 20:51:50.000000000 +0000 @@ -57,6 +57,10 @@ # For when gnupg-1.9+ gets unmasked # $(use_with smime gpgsm /usr/bin/gpgsm) \ + if use selinux; then + sed -i -e "s:tests = tests:tests = :" Makefile.in || die + fi + econf \ --includedir=/usr/include/gpgme \ --with-gpg=$GPGBIN \