commit:     4a2ee842636183cfee725661689a93fb531e9540
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri May 15 07:41:23 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri May 15 16:33:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a2ee842

dev-util/ignition-cmake: drop multilib here

not really needed and half broken.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-util/ignition-cmake/ignition-cmake-2.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/ignition-cmake/ignition-cmake-2.2.0.ebuild 
b/dev-util/ignition-cmake/ignition-cmake-2.2.0.ebuild
index e46fc7398c9..66ab7624ab7 100644
--- a/dev-util/ignition-cmake/ignition-cmake-2.2.0.ebuild
+++ b/dev-util/ignition-cmake/ignition-cmake-2.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-multilib
+inherit cmake-utils
 
 DESCRIPTION="CMake modules to be used by the Ignition projects."
 HOMEPAGE="https://bitbucket.org/ignitionrobotics/ign-cmake";
@@ -21,5 +21,5 @@ src_configure() {
        local mycmakeargs=(
                "-DBUILD_TESTING=OFF"
        )
-       cmake-multilib_src_configure
+       cmake-utils_src_configure
 }

Reply via email to