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 E57D0158094 for ; Wed, 27 Jul 2022 15:53:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC755E10E0; Wed, 27 Jul 2022 15:53:12 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BFA46E10E0 for ; Wed, 27 Jul 2022 15:53:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3214341022 for ; Wed, 27 Jul 2022 15:53:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0281B552 for ; Wed, 27 Jul 2022 15:53:09 +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: <1658937180.5cf95b4c924b17020c98e2a69ed7d3443beba2d1.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/sysprof-capture/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/sysprof-capture/sysprof-capture-3.36.0-r1.ebuild dev-util/sysprof-capture/sysprof-capture-3.44.0.ebuild X-VCS-Directories: dev-util/sysprof-capture/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 5cf95b4c924b17020c98e2a69ed7d3443beba2d1 X-VCS-Branch: master Date: Wed, 27 Jul 2022 15:53:09 +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: 0f5d867f-bd2e-40ba-a7e4-750b7f002573 X-Archives-Hash: e43541bab6db615ba47a43de3b0508b7 commit: 5cf95b4c924b17020c98e2a69ed7d3443beba2d1 Author: Matt Turner gentoo org> AuthorDate: Wed Jul 27 15:52:42 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Jul 27 15:53:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf95b4c dev-util/sysprof-capture: Drop outdated blockers Signed-off-by: Matt Turner gentoo.org> dev-util/sysprof-capture/sysprof-capture-3.36.0-r1.ebuild | 3 +-- dev-util/sysprof-capture/sysprof-capture-3.44.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-util/sysprof-capture/sysprof-capture-3.36.0-r1.ebuild b/dev-util/sysprof-capture/sysprof-capture-3.36.0-r1.ebuild index 72a8e5addc30..4f5d504abc73 100644 --- a/dev-util/sysprof-capture/sysprof-capture-3.36.0-r1.ebuild +++ b/dev-util/sysprof-capture/sysprof-capture-3.36.0-r1.ebuild @@ -14,8 +14,7 @@ SLOT="3" KEYWORDS="amd64 x86" IUSE="" -RDEPEND=">=dev-libs/glib-2.61.3:2[${MULTILIB_USEDEP}] - !=dev-util/sysprof-3.34.1-r0" +RDEPEND=">=dev-libs/glib-2.61.3:2[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}" BDEPEND=" dev-util/gdbus-codegen diff --git a/dev-util/sysprof-capture/sysprof-capture-3.44.0.ebuild b/dev-util/sysprof-capture/sysprof-capture-3.44.0.ebuild index cb72782316ab..382ed3e53552 100644 --- a/dev-util/sysprof-capture/sysprof-capture-3.44.0.ebuild +++ b/dev-util/sysprof-capture/sysprof-capture-3.44.0.ebuild @@ -14,7 +14,7 @@ SLOT="4" KEYWORDS="amd64 ~arm64 x86" IUSE="" -RDEPEND="!=dev-util/sysprof-3.34.1-r0" +RDEPEND="" DEPEND="${RDEPEND}" BDEPEND=" dev-util/gdbus-codegen