mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user