diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:15:02 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:15:02 +0200 |
commit | faaff43c2162db2fd411304a614f524786756bf8 (patch) | |
tree | 21210de3dc13d0048dd05bc06b504642d221c90e | |
parent | app-misc/anki: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-faaff43c2162db2fd411304a614f524786756bf8.tar.gz gentoo-faaff43c2162db2fd411304a614f524786756bf8.tar.bz2 gentoo-faaff43c2162db2fd411304a614f524786756bf8.zip |
app-misc/byobu: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r-- | app-misc/byobu/byobu-5.130-r1.ebuild | 6 | ||||
-rw-r--r-- | app-misc/byobu/byobu-5.133.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app-misc/byobu/byobu-5.130-r1.ebuild b/app-misc/byobu/byobu-5.130-r1.ebuild index 7872a4c00fa4..bdda7111ba0f 100644 --- a/app-misc/byobu/byobu-5.130-r1.ebuild +++ b/app-misc/byobu/byobu-5.130-r1.ebuild @@ -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 @@ -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 )" diff --git a/app-misc/byobu/byobu-5.133.ebuild b/app-misc/byobu/byobu-5.133.ebuild index 6b46ae0973b0..1f5d32517105 100644 --- a/app-misc/byobu/byobu-5.133.ebuild +++ b/app-misc/byobu/byobu-5.133.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) inherit python-single-r1 @@ -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 )" |