commit: 57dec2c900c2064d5fca7bb86389e989cdac312b Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Thu Jun 29 09:51:05 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Thu Jun 29 20:28:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57dec2c9
dev-libs/tinyxml2: add multilib support Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-libs/tinyxml2/tinyxml2-5.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/tinyxml2/tinyxml2-5.0.1.ebuild b/dev-libs/tinyxml2/tinyxml2-5.0.1.ebuild index 73b4c08b8e3..41b7f644717 100644 --- a/dev-libs/tinyxml2/tinyxml2-5.0.1.ebuild +++ b/dev-libs/tinyxml2/tinyxml2-5.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit cmake-utils +inherit cmake-multilib DESCRIPTION="A simple, small, efficient, C++ XML parser" HOMEPAGE="http://www.grinninglizard.com/tinyxml2/ https://github.com/leethomason/tinyxml2/" @@ -14,7 +14,7 @@ SLOT="0/5" KEYWORDS="~amd64 ~arm ~x86" IUSE="static-libs test" -src_configure() { +multilib_src_configure() { local mycmakeargs=( -DBUILD_STATIC_LIBS=$(usex static-libs) -DBUILD_TESTING=$(usex test)
