diff options
Diffstat (limited to 'profiles/baldeagleos/1.0/linux-gnu/mix-ins')
6 files changed, 4 insertions, 79 deletions
diff --git a/profiles/baldeagleos/1.0/linux-gnu/mix-ins/libressl/eapi b/profiles/baldeagleos/1.0/linux-gnu/mix-ins/libressl/eapi deleted file mode 100644 index 7ed6ff82de6b..000000000000 --- a/profiles/baldeagleos/1.0/linux-gnu/mix-ins/libressl/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/profiles/baldeagleos/1.0/linux-gnu/mix-ins/libressl/make.defaults b/profiles/baldeagleos/1.0/linux-gnu/mix-ins/libressl/make.defaults deleted file mode 100644 index cea714346220..000000000000 --- a/profiles/baldeagleos/1.0/linux-gnu/mix-ins/libressl/make.defaults +++ /dev/null @@ -1 +0,0 @@ -USE="-openssl libressl -curl_ssl_openssl curl_ssl_gnutls" diff --git a/profiles/baldeagleos/1.0/linux-gnu/mix-ins/libressl/package.mask b/profiles/baldeagleos/1.0/linux-gnu/mix-ins/libressl/package.mask deleted file mode 100644 index 041dc6fe2fe5..000000000000 --- a/profiles/baldeagleos/1.0/linux-gnu/mix-ins/libressl/package.mask +++ /dev/null @@ -1,3 +0,0 @@ -# Blocking newer postfix versions as they don't work -# with libressl yet ->mail-mta/postfix-3.5.25 diff --git a/profiles/baldeagleos/1.0/linux-gnu/mix-ins/libressl/package.use b/profiles/baldeagleos/1.0/linux-gnu/mix-ins/libressl/package.use deleted file mode 100644 index 31b93ad190ff..000000000000 --- a/profiles/baldeagleos/1.0/linux-gnu/mix-ins/libressl/package.use +++ /dev/null @@ -1,68 +0,0 @@ -# cryptsetup requires that the OpenSSL USE is set, even if LibreSSL is the SSL provider. -# TODO: can we reorder the USE? -sys-fs/cryptsetup openssl - -# Using bundled ssl instead of system one for libressl -net-libs/nodejs -system-ssl - -dev-libs/nettle gmp -dev-scheme/guile regex - -# net-dialup/ppp only works with openssl - disable the use of it for libressl -net-misc/networkmanager -ppp -net-misc/dahdi-tools -ppp - -# disable pkinit for mit-krb5 when libressl is used -app-crypt/mit-krb5 -pkinit - -# disable openssl for ffmpeg when libressl is used -media-video/ffmpeg -openssl - -# enable gnutls when openssl is not used -net-misc/aria2 gnutls ssl -mail-mta/courier gnutls -net-mail/courier-imap gnutls -net-misc/curl gnutls -libressl -nss -curl_quic_openssl -quic -http3 -www-client/elinks gnutls -dev-db/freetds gnutls -net-libs/gloox gnutls -net-libs/gsoap gnutls -app-pda/libimobiledevice gnutls -app-pda/libmobiledevice gnutls -dev-libs/librelp gnutls -net-libs/libtorrent-rasterbar gnutls -net-libs/libvncserver gnutls -dev-libs/libzip gnutls -www-servers/lighttpd gnutls -ssl -www-client/lynx gnutls -dev-db/mariadb-connector-c gnutls -net-analyzer/monitoring-plugins gnutls ssl -net-mail/mpop gnutls -net-libs/neon gnutls -net-nds/openldap gnutls -dev-libs/pkcs11-helper gnutls -dev-util/ostree gnutls -app-text/qpdf gnutls -app-admin/rsyslog gnutls -openssl ssl -net-libs/srt gnutls -net-voip/telepathy-gabble gnutls -net-voip/umurmur gnutls -net-misc/wget gnutls -dev-libs/xmlsec gnutls -openssl -dev-libs/yaz gnutls - -# enable mbedtls when openssl is not used -net-libs/libssh mbedtls -net-libs/libwebsockets mbedtls -net-vpn/openvpn mbedtls -net-p2p/transmission mbedtls - -# enable yassl when openssl is not used -dev-db/mariadb yassl - -# enable gcrypt when openssl is not used -net-wireless/crda gcrypt -net-libs/libssh2 gcrypt - -# enable wolfssl when openssl is not used -net-misc/axel wolfssl diff --git a/profiles/baldeagleos/1.0/linux-gnu/mix-ins/no-systemd/package.use b/profiles/baldeagleos/1.0/linux-gnu/mix-ins/no-systemd/package.use index 58b98629daf5..343179244ee9 100644 --- a/profiles/baldeagleos/1.0/linux-gnu/mix-ins/no-systemd/package.use +++ b/profiles/baldeagleos/1.0/linux-gnu/mix-ins/no-systemd/package.use @@ -1,5 +1,3 @@ -# systemd-utils provides udev for non-systemd systems (replaced eudev) -# Do not force eudev — let virtual/libudev and virtual/udev resolve to systemd-utils -virtual/libudev -eudev -sticky-tags -virtual/udev -eudev -sticky-tags -dev-libs/libgudev -eudev -sticky-tags +# systemd-utils provides udev for non-systemd systems (eudev removed upstream and locally). +# No USE entries needed: with USE=-systemd (this mix-in's make.defaults), gentoo's +# virtual/libudev and virtual/udev resolve to sys-apps/systemd-utils[udev] automatically. diff --git a/profiles/baldeagleos/1.0/linux-gnu/mix-ins/openssl/make.defaults b/profiles/baldeagleos/1.0/linux-gnu/mix-ins/openssl/make.defaults index 996c507621ff..08306a117e0b 100644 --- a/profiles/baldeagleos/1.0/linux-gnu/mix-ins/openssl/make.defaults +++ b/profiles/baldeagleos/1.0/linux-gnu/mix-ins/openssl/make.defaults @@ -1 +1 @@ -USE="openssl -libressl curl_ssl_openssl -curl_ssl_libressl" +USE="openssl curl_ssl_openssl" |
