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

Bug 724338

Summary: dev-libs/botan: Port to CPU_FLAGS_*
Product: Gentoo Linux Reporter: Sam James <sam>
Component: Current packagesAssignee: Sam James <sam>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: Low    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-05-20 13:21:54 UTC
Need to port to CPU_FLAGS_*.

Note that currently, Botan auto-detects based on the use CFLAGS(?), so this is not just a semantics change, but should better support cross compilation/binpkgs.
Comment 1 Larry the Git Cow gentoo-dev 2021-04-16 02:30:02 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8467da93d612f11b7daaa2644a0c52bf581c979

commit d8467da93d612f11b7daaa2644a0c52bf581c979
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-04-16 01:56:01 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-04-16 02:26:58 +0000

    dev-libs/botan: rework src_configure (including CPU_FLAGS_*)
    
    * Add support for CPU_FLAGS_* rather than automagic detection
    * Consoldiate arch-specific workarounds
    * Sort configure arguments
    * Simplify disable logic
    * Minor other style changes
    * Drop USE=libressl
    
    Closes: https://bugs.gentoo.org/724338
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-libs/botan/botan-2.18.0.ebuild | 105 ++++++++++++++++++++++++-------------
 1 file changed, 68 insertions(+), 37 deletions(-)