dev-cpp/pangomm: turn off maintainer-mode

Causes issues if git repo in ${S} (useful for hooks
for generating patches). Tries to need mm-common then
which isn't truly needed for release tarballs.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-01-06 23:41:16 +00:00
parent 06b10328e6
commit 1ab24ddc7f
3 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -33,6 +33,7 @@ BDEPEND="
multilib_src_configure() {
local emesonargs=(
-Dmaintainer-mode=false
$(meson_native_use_bool doc build-documentation)
)
meson_src_configure

View File

@@ -33,6 +33,7 @@ BDEPEND="
multilib_src_configure() {
local emesonargs=(
-Dmaintainer-mode=false
$(meson_native_use_bool doc build-documentation)
)
meson_src_configure

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -33,6 +33,7 @@ BDEPEND="
multilib_src_configure() {
local emesonargs=(
-Dmaintainer-mode=false
$(meson_native_use_bool doc build-documentation)
)
meson_src_configure