diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-08-09 12:39:59 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-08-09 12:41:16 +0100 |
commit | 80ede38b0c8703d55824a4e275dbdf88bdd90ae9 (patch) | |
tree | 7ac68a38cc900649306a538bc259e47d865908bb /dev-cpp | |
parent | app-admin/entr: use http rather than https for URIs (diff) | |
download | gentoo-80ede38b0c8703d55824a4e275dbdf88bdd90ae9.tar.gz gentoo-80ede38b0c8703d55824a4e275dbdf88bdd90ae9.tar.bz2 gentoo-80ede38b0c8703d55824a4e275dbdf88bdd90ae9.zip |
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@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/gtkmm/gtkmm-4.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/gtkmm/gtkmm-4.2.0.ebuild b/dev-cpp/gtkmm/gtkmm-4.2.0.ebuild index f3ae7e3ba8f6..eb7e2245e9f7 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 |