Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 768279

Summary: sys-apps/qingy-1.0.0-r5 : remove silent switch to 'crypt', if 'crypt' and 'opensslcrypt' use flags activated simultenlious
Product: Gentoo Linux Reporter: Bogdan <bogdan.pylypenko107>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: enhancement CC: ionen
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch for qingy-1.0.0-r5.ebuild

Description Bogdan 2021-02-01 23:13:28 UTC
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 )"
Comment 1 Larry the Git Cow gentoo-dev 2022-12-14 10:50:35 UTC
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(-)