mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 09:07:26 -08:00
app-misc/byobu: adapt to newt USE=python
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
parent
03105a4926
commit
27ae49d903
@ -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 )"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user