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 69AF71382C5 for ; Wed, 9 Dec 2020 14:57:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CF3AE0883; Wed, 9 Dec 2020 14:57:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 74B16E0883 for ; Wed, 9 Dec 2020 14:57:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 03079340EFB for ; Wed, 9 Dec 2020 14:57:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B3D7474 for ; Wed, 9 Dec 2020 14:57:51 +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: <1607525518.b9f03e393fa200d202b0462234ec59d155b9e4cf.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/gtk+/gtk+-3.24.24-r1.ebuild x11-libs/gtk+/gtk+-3.24.24.ebuild X-VCS-Directories: x11-libs/gtk+/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: b9f03e393fa200d202b0462234ec59d155b9e4cf X-VCS-Branch: master Date: Wed, 9 Dec 2020 14:57:51 +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: 4d29ae53-eb5e-458c-aeda-a463e1262ae2 X-Archives-Hash: d948898e64ca0191107472afa56cafbf commit: b9f03e393fa200d202b0462234ec59d155b9e4cf Author: Mart Raudsepp gentoo org> AuthorDate: Wed Dec 9 14:51:43 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Dec 9 14:51:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9f03e39 x11-libs/gtk+: add sysprof-capture to RDEPEND Due to a pkg-config limitation with Requires.private, it is needed at build time for glib pkg-config package consumers. Because we don't have a recursive DEPEND, we need to workaround with not strictly correct RDEPEND+DEPEND. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Mart Raudsepp gentoo.org> x11-libs/gtk+/gtk+-3.24.24-r1.ebuild | 2 +- x11-libs/gtk+/gtk+-3.24.24.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/gtk+/gtk+-3.24.24-r1.ebuild b/x11-libs/gtk+/gtk+-3.24.24-r1.ebuild index 252b894c2f5..e4f33900798 100644 --- a/x11-libs/gtk+/gtk+-3.24.24-r1.ebuild +++ b/x11-libs/gtk+/gtk+-3.24.24-r1.ebuild @@ -44,6 +44,7 @@ COMMON_DEPEND=" colord? ( >=x11-misc/colord-0.1.9:0=[${MULTILIB_USEDEP}] ) cups? ( >=net-print/cups-2.0[${MULTILIB_USEDEP}] ) introspection? ( >=dev-libs/gobject-introspection-1.39:= ) + sysprof? ( >=dev-util/sysprof-capture-3.33.2:3[${MULTILIB_USEDEP}] ) wayland? ( >=dev-libs/wayland-1.14.91[${MULTILIB_USEDEP}] >=dev-libs/wayland-protocols-1.17 @@ -66,7 +67,6 @@ COMMON_DEPEND=" " DEPEND="${COMMON_DEPEND} >=sys-devel/gettext-0.19.7[${MULTILIB_USEDEP}] - sysprof? ( >=dev-util/sysprof-capture-3.33.2:3[${MULTILIB_USEDEP}] ) test? ( media-fonts/font-misc-misc media-fonts/font-cursor-misc diff --git a/x11-libs/gtk+/gtk+-3.24.24.ebuild b/x11-libs/gtk+/gtk+-3.24.24.ebuild index 7f419c9caec..bb71f7877e6 100644 --- a/x11-libs/gtk+/gtk+-3.24.24.ebuild +++ b/x11-libs/gtk+/gtk+-3.24.24.ebuild @@ -44,6 +44,7 @@ COMMON_DEPEND=" colord? ( >=x11-misc/colord-0.1.9:0=[${MULTILIB_USEDEP}] ) cups? ( >=net-print/cups-2.0[${MULTILIB_USEDEP}] ) introspection? ( >=dev-libs/gobject-introspection-1.39:= ) + sysprof? ( >=dev-util/sysprof-capture-3.33.2:3 ) wayland? ( >=dev-libs/wayland-1.14.91[${MULTILIB_USEDEP}] >=dev-libs/wayland-protocols-1.17 @@ -76,7 +77,6 @@ DEPEND="${COMMON_DEPEND} app-text/docbook-xml-dtd:4.3 ) >=sys-devel/gettext-0.19.7[${MULTILIB_USEDEP}] virtual/pkgconfig - sysprof? ( >=dev-util/sysprof-capture-3.33.2:3 ) X? ( x11-base/xorg-proto ) test? ( media-fonts/font-misc-misc