dev-libs/libatomic_ops: Make multilib compatible

Bug: https://bugs.gentoo.org/show_bug.cgi?id=617788
Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
David Seifert
2017-05-10 22:24:45 +02:00
parent 274e70db97
commit 05eb2b2a09

View File

@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit autotools
inherit autotools multilib-minimal
MY_P=${PN}-${PV//./_}
DESCRIPTION="Implementation for atomic memory update operations"
@@ -23,6 +24,6 @@ src_prepare() {
eautoreconf
}
src_configure() {
econf --docdir="${EPREFIX}"/usr/share/doc/${PF}
multilib_src_configure() {
ECONF_SOURCE=${S} econf
}