commit: 1ab24ddc7fc5073f0307107080dc3dcf55b7e6cc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 6 23:41:16 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 10 23:04:57 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ab24ddc
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 <AT> gentoo.org>
dev-cpp/pangomm/pangomm-2.42.2-r1.ebuild | 3 ++-
dev-cpp/pangomm/pangomm-2.48.1.ebuild | 1 +
dev-cpp/pangomm/pangomm-2.50.0.ebuild | 3 ++-
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/dev-cpp/pangomm/pangomm-2.42.2-r1.ebuild
b/dev-cpp/pangomm/pangomm-2.42.2-r1.ebuild
index f647a9f7e6e0..83431f4aa4cd 100644
--- a/dev-cpp/pangomm/pangomm-2.42.2-r1.ebuild
+++ b/dev-cpp/pangomm/pangomm-2.42.2-r1.ebuild
@@ -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
diff --git a/dev-cpp/pangomm/pangomm-2.48.1.ebuild
b/dev-cpp/pangomm/pangomm-2.48.1.ebuild
index 40e232496a17..b03b7ff634f9 100644
--- a/dev-cpp/pangomm/pangomm-2.48.1.ebuild
+++ b/dev-cpp/pangomm/pangomm-2.48.1.ebuild
@@ -33,6 +33,7 @@ BDEPEND="
multilib_src_configure() {
local emesonargs=(
+ -Dmaintainer-mode=false
$(meson_native_use_bool doc build-documentation)
)
meson_src_configure
diff --git a/dev-cpp/pangomm/pangomm-2.50.0.ebuild
b/dev-cpp/pangomm/pangomm-2.50.0.ebuild
index ff1f9a59e9ed..7cbee5d0f71b 100644
--- a/dev-cpp/pangomm/pangomm-2.50.0.ebuild
+++ b/dev-cpp/pangomm/pangomm-2.50.0.ebuild
@@ -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