diff options
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gnupg/gnupg-2.2.20-r2.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/gnupg/gnupg-2.2.25.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/gnupg/gnupg-2.2.20-r2.ebuild b/app-crypt/gnupg/gnupg-2.2.20-r2.ebuild index ac577709de88..f803fc146a9d 100644 --- a/app-crypt/gnupg/gnupg-2.2.20-r2.ebuild +++ b/app-crypt/gnupg/gnupg-2.2.20-r2.ebuild @@ -74,7 +74,7 @@ src_configure() { append-cppflags -I"${EPREFIX}/usr/include/libusb-1.0" fi - if use elibc_SunOS || use elibc_AIX; then + if use elibc_SunOS; then myconf+=( --disable-symcryptrun ) else myconf+=( --enable-symcryptrun ) diff --git a/app-crypt/gnupg/gnupg-2.2.25.ebuild b/app-crypt/gnupg/gnupg-2.2.25.ebuild index d1096c4c8b11..142bda909b5d 100644 --- a/app-crypt/gnupg/gnupg-2.2.25.ebuild +++ b/app-crypt/gnupg/gnupg-2.2.25.ebuild @@ -104,7 +104,7 @@ src_configure() { append-cppflags -I"${EPREFIX}/usr/include/libusb-1.0" fi - if use elibc_SunOS || use elibc_AIX; then + if use elibc_SunOS; then myconf+=( --disable-symcryptrun ) else myconf+=( --enable-symcryptrun ) |