Skip to content

Commit

Permalink
dev-libs/concurrencykit: fix x86 build
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/803248
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <[email protected]>
  • Loading branch information
ConiKost committed Jul 23, 2021
1 parent 7aa91b6 commit f1b56d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev-libs/concurrencykit/concurrencykit-0.7.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f1b56d1

Please sign in to comment.