Skip to content

Commit

Permalink
app-misc/byobu: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Browse files Browse the repository at this point in the history
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Jul 17, 2021
1 parent 79b0843 commit faaff43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app-misc/byobu/byobu-5.130-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
PYTHON_COMPAT=( python3_{7,8} )
PYTHON_COMPAT=( python3_8 )

inherit python-single-r1

Expand All @@ -18,7 +18,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RDEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep '
dev-libs/newt[${PYTHON_MULTI_USEDEP}]
dev-libs/newt[${PYTHON_USEDEP}]
')
screen? ( app-misc/screen )
!screen? ( app-misc/tmux )"
Expand Down
4 changes: 2 additions & 2 deletions app-misc/byobu/byobu-5.133.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{7,8,9} )
PYTHON_COMPAT=( python3_{8,9} )

inherit python-single-r1

Expand All @@ -18,7 +18,7 @@ IUSE="screen"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RDEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep 'dev-libs/newt[${PYTHON_MULTI_USEDEP}]')
$(python_gen_cond_dep 'dev-libs/newt[${PYTHON_USEDEP}]')
screen? ( app-misc/screen )
!screen? ( app-misc/tmux )"

Expand Down

0 comments on commit faaff43

Please sign in to comment.