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 7258C1382C5 for ; Sun, 13 Jun 2021 20:25:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89260E0D17; Sun, 13 Jun 2021 20:25:35 +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 6E8BDE0D17 for ; Sun, 13 Jun 2021 20:25:35 +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 524A0340B63 for ; Sun, 13 Jun 2021 20:25:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E18F27AC for ; Sun, 13 Jun 2021 20:25:32 +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: <1623615846.48d295a874d222d1a07ced483faa0741d2300779.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gjs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/gjs/gjs-1.68.1-r1.ebuild dev-libs/gjs/gjs-1.68.1.ebuild X-VCS-Directories: dev-libs/gjs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 48d295a874d222d1a07ced483faa0741d2300779 X-VCS-Branch: master Date: Sun, 13 Jun 2021 20:25:32 +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: de2d151d-e0b3-4a7d-848d-2a2f4975164f X-Archives-Hash: f182640d6154aadfb37fbebf8eab3a5e commit: 48d295a874d222d1a07ced483faa0741d2300779 Author: Sam James gentoo org> AuthorDate: Sun Jun 13 18:44:22 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 13 20:24:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48d295a8 dev-libs/gjs: revbump for newer sysprof-capture dependency gentoo.org> dev-libs/gjs/{gjs-1.68.1.ebuild => gjs-1.68.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/gjs/gjs-1.68.1.ebuild b/dev-libs/gjs/gjs-1.68.1-r1.ebuild similarity index 95% rename from dev-libs/gjs/gjs-1.68.1.ebuild rename to dev-libs/gjs/gjs-1.68.1-r1.ebuild index ddfa9d54862..433139d0b4b 100644 --- a/dev-libs/gjs/gjs-1.68.1.ebuild +++ b/dev-libs/gjs/gjs-1.68.1-r1.ebuild @@ -23,7 +23,7 @@ RDEPEND=" readline? ( sys-libs/readline:0= ) " DEPEND="${RDEPEND} - sysprof? ( >=dev-util/sysprof-capture-3.38.1:4 ) + sysprof? ( >=dev-util/sysprof-capture-3.40.1:4 ) test? ( sys-apps/dbus >=x11-libs/gtk+-3.20:3[introspection] ) "