dev-libs/concurrencykit: fix x86 build

Closes: https://bugs.gentoo.org/803248
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Conrad Kostecki
2021-07-23 21:23:56 +02:00
parent 7aa91b6520
commit f1b56d18e6

View File

@@ -18,12 +18,11 @@ SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 x86"
# The 'libck.so' has a name collision.
# See #616762 for more information.
# See bug #616762 for more information.
RDEPEND="!sys-cluster/charm"
src_configure() {
tc-export AR CC LD
$(usex x86 'export PROFILE=x86' '')
local myeconfargs=(
"--disable-static"