commit:     73dc2193ff3fd377a445f8c9052ab6aacdc9e29b
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  2 00:23:31 2025 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> 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 <mattst88 <AT> 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}]
 "

Reply via email to