From 7faeb8c0bc3d122a4e4facc2d922246d9b9ef2c9 Mon Sep 17 00:00:00 2001 From: "Francisco Blas (klondike) Izquierdo Riera" Date: Mon, 13 Jul 2020 19:22:39 +0200 Subject: dev-libs/json-c: Change USE to cpu_flags_x86_rdrand Closes: https://bugs.gentoo.org/724354 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Francisco Blas Izquierdo Riera (klondike) Closes: https://github.com/gentoo/gentoo/pull/16686 Signed-off-by: Joonas Niilola --- dev-libs/json-c/json-c-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-libs/json-c/json-c-9999.ebuild') diff --git a/dev-libs/json-c/json-c-9999.ebuild b/dev-libs/json-c/json-c-9999.ebuild index 51583e0b0ad4..b39b8ba779c5 100644 --- a/dev-libs/json-c/json-c-9999.ebuild +++ b/dev-libs/json-c/json-c-9999.ebuild @@ -12,7 +12,7 @@ EGIT_REPO_URI="https://github.com/json-c/json-c.git" LICENSE="MIT" SLOT="0/5" -IUSE="cpu-flags-x86-rdrand doc static-libs threads" +IUSE="cpu_flags_x86_rdrand doc static-libs threads" MULTILIB_WRAPPED_HEADERS=( /usr/include/json-c/config.h @@ -27,7 +27,7 @@ multilib_src_configure() { -DBUILD_DOCUMENTATION=$(multilib_native_usex doc) -DDISABLE_WERROR=ON -DENABLE_THREADING=$(usex threads) - -DENABLE_RDRAND=$(usex cpu-flags-x86-rdrand) + -DENABLE_RDRAND=$(usex cpu_flags_x86_rdrand) -DBUILD_STATIC_LIBS=$(usex static-libs) ) -- cgit v1.2.3-65-gdbad