Created attachment 685473 [details, diff] patch for qingy-1.0.0-r5.ebuild Replace ebuild code from: > if use crypt && use opensslcrypt; then > echo > ewarn "You can have openssl or libgcrypt as a crypto library, not both." > ewarn "Using libgcrypt now..." > echo > fi to: > REQUIRED_USE="crypt? ( !opensslcrypt ) opensslcrypt? ( !crypt )"
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b9828a5805f807e44f5eccb28222ed5f5a427db commit 0b9828a5805f807e44f5eccb28222ed5f5a427db Author: Sam James <sam@gentoo.org> AuthorDate: 2022-12-14 10:50:14 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-12-14 10:50:14 +0000 sys-apps/qingy: EAPI 8, use libgcrypt for OpenSSL 3 compatibility Closes: https://bugs.gentoo.org/854564 Closes: https://bugs.gentoo.org/768279 Signed-off-by: Sam James <sam@gentoo.org> sys-apps/qingy/metadata.xml | 17 ++-- ...qingy-1.0.0-r5.ebuild => qingy-1.0.0-r6.ebuild} | 90 +++++++++++----------- 2 files changed, 51 insertions(+), 56 deletions(-)