commit: 80ede38b0c8703d55824a4e275dbdf88bdd90ae9 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Mon Aug 9 11:39:59 2021 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Mon Aug 9 11:41:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80ede38b
dev-cpp/gtkmm-4.2.0: remove last multilib leftovers Missed this one somehow. Closes: https://bugs.gentoo.org/807289 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> dev-cpp/gtkmm/gtkmm-4.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/gtkmm/gtkmm-4.2.0.ebuild b/dev-cpp/gtkmm/gtkmm-4.2.0.ebuild index f3ae7e3ba8f..eb7e2245e9f 100644 --- a/dev-cpp/gtkmm/gtkmm-4.2.0.ebuild +++ b/dev-cpp/gtkmm/gtkmm-4.2.0.ebuild @@ -41,7 +41,7 @@ BDEPEND=" src_configure() { local emesonargs=( -Dbuild-demos=false - $(meson_native_use_bool doc build-documentation) + $(meson_use doc build-documentation) $(meson_use test build-tests) ) meson_src_configure
