mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user