Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 724338 - dev-libs/botan: Port to CPU_FLAGS_*
Summary: dev-libs/botan: Port to CPU_FLAGS_*
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Low trivial (vote)
Assignee: Sam James
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-20 13:21 UTC by Sam James
Modified: 2021-04-16 02:30 UTC (History)
0 users

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


Attachments

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