Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 768279 - sys-apps/qingy-1.0.0-r5 : remove silent switch to 'crypt', if 'crypt' and 'opensslcrypt' use flags activated simultenlious
Summary: sys-apps/qingy-1.0.0-r5 : remove silent switch to 'crypt', if 'crypt' and 'op...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2021-02-01 23:13 UTC by Bogdan
Modified: 2022-12-14 10:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for qingy-1.0.0-r5.ebuild (qingy-1.0.0-r5.ebuild.patch,832 bytes, patch)
2021-02-01 23:13 UTC, Bogdan
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(-)