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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2E0F6138359 for ; Sun, 19 Jul 2020 09:05:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66DCAE07D7; Sun, 19 Jul 2020 09:05:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA5F5E07D7 for ; Sun, 19 Jul 2020 09:05:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A656534EF71 for ; Sun, 19 Jul 2020 09:05:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7A4F2A8 for ; Sun, 19 Jul 2020 09:05:21 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1595149472.b9e83b9b1a4307662742b12e4efc43e5b0cf83f2.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/glibmm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/glibmm/glibmm-2.64.2.ebuild X-VCS-Directories: dev-cpp/glibmm/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: b9e83b9b1a4307662742b12e4efc43e5b0cf83f2 X-VCS-Branch: master Date: Sun, 19 Jul 2020 09:05:21 +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: d5fc6077-0855-4573-bc3d-8bdf89cbd56b X-Archives-Hash: 5a14e5690dcb4dac5d8e4ff7a805095e commit: b9e83b9b1a4307662742b12e4efc43e5b0cf83f2 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Jul 19 08:26:01 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Jul 19 09:04:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9e83b9b dev-cpp/glibmm: add missing deps Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> dev-cpp/glibmm/glibmm-2.64.2.ebuild | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dev-cpp/glibmm/glibmm-2.64.2.ebuild b/dev-cpp/glibmm/glibmm-2.64.2.ebuild index 6889d9dd390..cd2837434f0 100644 --- a/dev-cpp/glibmm/glibmm-2.64.2.ebuild +++ b/dev-cpp/glibmm/glibmm-2.64.2.ebuild @@ -20,8 +20,14 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" virtual/pkgconfig - doc? ( app-doc/doxygen ) >=dev-cpp/mm-common-1.0.0 + sys-devel/m4 + dev-lang/perl + doc? ( + app-doc/doxygen + dev-libs/libxslt + media-gfx/graphviz + ) " src_prepare() { @@ -34,7 +40,7 @@ src_prepare() { multilib_src_configure() { local emesonargs=( - -Dmaintainer-mode=true + -Dmaintainer-mode=true # Set false and drop mm-common dep once tarballs are made with meson/ninja -Dwarnings=min -Dbuild-deprecated-api=true -Dbuild-documentation=$(usex doc true false)