Gentoo Archives: gentoo-dev

From: "Francisco Blas Izquierdo Riera (klondike)" <klondike@g.o>
To: Gentoo Development <gentoo-dev@l.g.o>
Subject: [gentoo-dev] [PATCH 0/4] CPU_FLAGS_X86: Introduce 'rdrand' flag
Date: Mon, 13 Jul 2020 17:07:21
Message-Id: 13391aaa-b615-9635-a710-f5d576262b9d@gentoo.org
1 Hi!
2
3 We have currently two packages that have USE cpu-flags-x86-rdrand as there is no USE_EXPAND version available. This pattern is likely to confuse users as they may not be aware of the difference between dashes and underscores.
4
5 Affected packages:
6 dev-haskell/cryptonite
7 dev-libs/json-c
8
9 The following set of patches:
10
11 1 Add the cpu_flags_x86_rdrand use flag to the USE_EXPAND variable.
12 2 and 3 Make affected packages use the new USE flag
13 4 Provides detection on cpuid2cpuflags
14
15 Patches 1 to 3 are available as a pull request at: https://github.com/gentoo/gentoo/pull/16686
16
17 Patch 4 is available as a pull request at: https://github.com/mgorny/cpuid2cpuflags/pull/16
18
19 (Using GitHub mostly to make following the patches easier, keep the discussion here)

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
[gentoo-dev] [PATCH 1/4] CPU_FLAGS_X86: add 'rdrand' flag "Francisco Blas Izquierdo Riera (klondike)" <klondike@g.o>
[gentoo-dev] [PATCH 2/4] dev-haskell/cryptonite: Change USE to cpu_flags_x86_rdrand "Francisco Blas Izquierdo Riera (klondike)" <klondike@g.o>
[gentoo-dev] [PATCH 3/4] dev-libs/json-c: Change USE to cpu_flags_x86_rdrand "Francisco Blas Izquierdo Riera (klondike)" <klondike@g.o>
Re: [gentoo-dev] [PATCH 0/4] CPU_FLAGS_X86: Introduce 'rdrand' flag "Michał Górny" <mgorny@g.o>
[gentoo-dev] Re: [PATCH 0/4] CPU_FLAGS_X86: Introduce 'rdrand' flag "Francisco Blas Izquierdo Riera (klondike)" <klondike@g.o>