From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 8622B1581EE for ; Wed, 02 Apr 2025 00:24:02 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6A1A13431B1 for ; Wed, 02 Apr 2025 00:24:02 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id ACDEB1104B1; Wed, 02 Apr 2025 00:24:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id A31AD1104B1 for ; Wed, 02 Apr 2025 00:24:00 +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 47A003431AF for ; Wed, 02 Apr 2025 00:24:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EA281733 for ; Wed, 02 Apr 2025 00:23:58 +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: <1743553433.73dc2193ff3fd377a445f8c9052ab6aacdc9e29b.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmuxp/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/tmuxp/tmuxp-1.54.0.ebuild X-VCS-Directories: app-misc/tmuxp/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 73dc2193ff3fd377a445f8c9052ab6aacdc9e29b X-VCS-Branch: master Date: Wed, 02 Apr 2025 00:23:58 +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: 0a997dee-337e-4dbd-aef7-cddb2397fd0c X-Archives-Hash: 32b43e9426391596f8d56e272b8d2ec7 commit: 73dc2193ff3fd377a445f8c9052ab6aacdc9e29b Author: Matt Turner gentoo org> AuthorDate: Wed Apr 2 00:23:31 2025 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Apr 2 00:23:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73dc2193 app-misc/tmuxp: Loosen dependence on libtmux The changelog only says: > - libtmux: Bump minimum version from 0.44.2 -> 0.45.0 (#968) > > 0.45.0+ needs this release of tmuxp to stay up-to-date with test helpers. It doesn't claim to require exactly 0.46.0, so let's relax the dependence to at least allow 0.46.1 as well. Signed-off-by: Matt Turner gentoo.org> app-misc/tmuxp/tmuxp-1.54.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/tmuxp/tmuxp-1.54.0.ebuild b/app-misc/tmuxp/tmuxp-1.54.0.ebuild index 64b74c7f077b..accdbe92cf83 100644 --- a/app-misc/tmuxp/tmuxp-1.54.0.ebuild +++ b/app-misc/tmuxp/tmuxp-1.54.0.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" RDEPEND=" >=app-misc/tmux-3.0a - =dev-python/libtmux-0.46.0*[${PYTHON_USEDEP}] + =dev-python/libtmux-0.46*[${PYTHON_USEDEP}] >=dev-python/colorama-0.3.9[${PYTHON_USEDEP}] >=dev-python/pyyaml-6.0[${PYTHON_USEDEP}] "