mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
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:
@@ -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
|
||||
|
||||
@@ -33,6 +33,7 @@ BDEPEND="
|
||||
|
||||
multilib_src_configure() {
|
||||
local emesonargs=(
|
||||
-Dmaintainer-mode=false
|
||||
$(meson_native_use_bool doc build-documentation)
|
||||
)
|
||||
meson_src_configure
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user