commit:     27ae49d903e4810b4515299c0e810c6866cc963e
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Tue May  6 08:27:24 2025 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Fri May  9 07:09:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27ae49d9

app-misc/byobu: adapt to newt USE=python

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 app-misc/byobu/{byobu-5.133.ebuild => byobu-5.133-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/byobu/byobu-5.133.ebuild 
b/app-misc/byobu/byobu-5.133-r1.ebuild
similarity index 90%
rename from app-misc/byobu/byobu-5.133.ebuild
rename to app-misc/byobu/byobu-5.133-r1.ebuild
index 36a5277545e8..933778a4b673 100644
--- a/app-misc/byobu/byobu-5.133.ebuild
+++ b/app-misc/byobu/byobu-5.133-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -18,7 +18,7 @@ IUSE="screen"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-       $(python_gen_cond_dep 'dev-libs/newt[${PYTHON_USEDEP}]')
+       $(python_gen_cond_dep 'dev-libs/newt[python(+),${PYTHON_USEDEP}]')
        screen? ( app-misc/screen )
        !screen? ( app-misc/tmux )"
 

Reply via email to