From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7FE0B158011 for ; Mon, 10 Jan 2022 23:05:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A760D2BC027; Mon, 10 Jan 2022 23:05:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 536D72BC027 for ; Mon, 10 Jan 2022 23:05:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D79B034314E for ; Mon, 10 Jan 2022 23:05:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EBE9266 for ; Mon, 10 Jan 2022 23:05:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1641855897.1ab24ddc7fc5073f0307107080dc3dcf55b7e6cc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/pangomm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/pangomm/pangomm-2.42.2-r1.ebuild dev-cpp/pangomm/pangomm-2.48.1.ebuild dev-cpp/pangomm/pangomm-2.50.0.ebuild X-VCS-Directories: dev-cpp/pangomm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1ab24ddc7fc5073f0307107080dc3dcf55b7e6cc X-VCS-Branch: master Date: Mon, 10 Jan 2022 23:05:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e6b552ee-48c5-4cfd-96b9-94ba843b60c3 X-Archives-Hash: 68e1ac480fb5298a24a04e4d9c54c599 commit: 1ab24ddc7fc5073f0307107080dc3dcf55b7e6cc Author: Sam James gentoo org> AuthorDate: Thu Jan 6 23:41:16 2022 +0000 Commit: Sam James gentoo 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 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