commit: 63d749fdfb64150be94b2bb6bc854d09374f6149 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Fri Nov 12 19:21:04 2021 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Fri Nov 12 19:21:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d749fd
dev-cpp/cairomm: change 'documentation' to 'build-documentation' Closes: https://bugs.gentoo.org/823164 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> dev-cpp/cairomm/cairomm-1.16.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/cairomm/cairomm-1.16.1.ebuild b/dev-cpp/cairomm/cairomm-1.16.1.ebuild index a2d8be8732d..5130d24cf11 100644 --- a/dev-cpp/cairomm/cairomm-1.16.1.ebuild +++ b/dev-cpp/cairomm/cairomm-1.16.1.ebuild @@ -36,7 +36,7 @@ BDEPEND=" multilib_src_configure() { local emesonargs=( - $(meson_native_use_bool doc documentation) + $(meson_native_use_bool doc build-documentation) -Dbuild-examples=false $(meson_use test build-tests) -Dboost-shared=true
