Same as for Solaris, symcryptrun does not build on AIX. Not sure how else to combine - this one feels quite obviously readable: Thank you! --- gnupg-2.0.22.ebuild +++ gnupg-2.0.22.ebuild @@ -78,6 +78,12 @@ myconf+=( --disable-scdaemon ) fi + if use elibc_SunOS || use elibc_AIX; then + myconf+=( --disable-symcryptrun ) + else + myconf+=( --enable-symcryptrun ) + fi + econf \ --docdir="${EPREFIX}/usr/share/doc/${PF}" \ --enable-gpg \ @@ -86,7 +92,6 @@ "${myconf[@]}" \ $(use_with adns) \ $(use_enable bzip2) \ - $(use_enable !elibc_SunOS symcryptrun) \ $(use_enable nls) \ $(use_enable mta mailto) \ $(use_enable ldap) \
Thanks! fixed.