diff options
author | Sam James <sam@gentoo.org> | 2022-01-06 23:41:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-10 23:04:57 +0000 |
commit | 1ab24ddc7fc5073f0307107080dc3dcf55b7e6cc (patch) | |
tree | 2740df312a07dc60e01e7b4b7b69ccf091ea0c6a /dev-cpp | |
parent | media-libs/netpbm: stable 10.86.27 for hppa, bug #830726 (diff) | |
download | gentoo-1ab24ddc7fc5073f0307107080dc3dcf55b7e6cc.tar.gz gentoo-1ab24ddc7fc5073f0307107080dc3dcf55b7e6cc.tar.bz2 gentoo-1ab24ddc7fc5073f0307107080dc3dcf55b7e6cc.zip |
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>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/pangomm/pangomm-2.42.2-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-cpp/pangomm/pangomm-2.48.1.ebuild | 1 | ||||
-rw-r--r-- | 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 |