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 4DEE71382C5 for ; Tue, 23 Mar 2021 15:05:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AAD2E07A5; Tue, 23 Mar 2021 15:05:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 4DD2AE07A5 for ; Tue, 23 Mar 2021 15:05:44 +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 165E2335C8F for ; Tue, 23 Mar 2021 15:05:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DF444F1 for ; Tue, 23 Mar 2021 15:05:41 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1616511934.99accb0ad46cd107ea171410e0aeba95dccb04c7.mattst88@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.48.0.ebuild X-VCS-Directories: dev-cpp/pangomm/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 99accb0ad46cd107ea171410e0aeba95dccb04c7 X-VCS-Branch: master Date: Tue, 23 Mar 2021 15:05:41 +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: ba92e032-1177-4d5f-a7c6-42c2a04ff288 X-Archives-Hash: 0a6700d0972cc5c78e22cc9d56764bf5 commit: 99accb0ad46cd107ea171410e0aeba95dccb04c7 Author: David Michael gmail com> AuthorDate: Tue Mar 23 14:25:56 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Mar 23 15:05:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99accb0a dev-cpp/pangomm: Fix slot 2.48 Also update documentation bits to work consistently with the other mm packages. Closes: https://github.com/gentoo/gentoo/pull/20080 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> dev-cpp/pangomm/pangomm-2.48.0.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-cpp/pangomm/pangomm-2.48.0.ebuild b/dev-cpp/pangomm/pangomm-2.48.0.ebuild index 08b5bce4b56..7a3b8eba695 100644 --- a/dev-cpp/pangomm/pangomm-2.48.0.ebuild +++ b/dev-cpp/pangomm/pangomm-2.48.0.ebuild @@ -8,29 +8,29 @@ DESCRIPTION="C++ interface for pango" HOMEPAGE="https://www.gtkmm.org" LICENSE="LGPL-2.1+" -SLOT="1.4" +SLOT="2.48" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" IUSE="doc" DEPEND=" + >=dev-cpp/cairomm-1.16.0:1.16[doc?,${MULTILIB_USEDEP}] + >=dev-cpp/glibmm-2.68.0:2.68[doc?,${MULTILIB_USEDEP}] + >=dev-libs/libsigc++-3:3[doc?,${MULTILIB_USEDEP}] >=x11-libs/pango-1.48.0[${MULTILIB_USEDEP}] - >=dev-cpp/glibmm-2.68.0:2.68[${MULTILIB_USEDEP}] - >=dev-cpp/cairomm-1.16.0:1.16[${MULTILIB_USEDEP}] - >=dev-libs/libsigc++-3:3[${MULTILIB_USEDEP}] " RDEPEND="${DEPEND}" BDEPEND=" virtual/pkgconfig doc? ( - media-gfx/graphviz + app-doc/doxygen[dot] + dev-lang/perl dev-libs/libxslt - app-doc/doxygen ) " multilib_src_configure() { local emesonargs=( - $(meson_use doc build-documentation) + -Dbuild-documentation=$(multilib_native_usex doc true false) ) meson_src_configure }