Skip to content

Commit

Permalink
dev-util/ignition-cmake: drop multilib here
Browse files Browse the repository at this point in the history
not really needed and half broken.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexis Ballier <[email protected]>
  • Loading branch information
aballier committed May 15, 2020
1 parent c07fcf4 commit 4a2ee84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-util/ignition-cmake/ignition-cmake-2.2.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -21,5 +21,5 @@ src_configure() {
local mycmakeargs=(
"-DBUILD_TESTING=OFF"
)
cmake-multilib_src_configure
cmake-utils_src_configure
}

0 comments on commit 4a2ee84

Please sign in to comment.