commit:     9f58830f7d854891e3aa42439669149b02cdac34
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 09:40:42 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 16:10:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f58830f

app-misc/byobu: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-misc/byobu/{byobu-5.123.ebuild => byobu-5.123-r1.ebuild} | 6 ++++--
 app-misc/byobu/byobu-5.124.ebuild                            | 6 ++++--
 app-misc/byobu/byobu-5.125.ebuild                            | 6 ++++--
 app-misc/byobu/byobu-5.129.ebuild                            | 6 ++++--
 app-misc/byobu/{byobu-5.130.ebuild => byobu-5.130-r1.ebuild} | 4 +++-
 5 files changed, 19 insertions(+), 9 deletions(-)

diff --git a/app-misc/byobu/byobu-5.123.ebuild 
b/app-misc/byobu/byobu-5.123-r1.ebuild
similarity index 89%
rename from app-misc/byobu/byobu-5.123.ebuild
rename to app-misc/byobu/byobu-5.123-r1.ebuild
index 33c36ce0cdc..058f7590d89 100644
--- a/app-misc/byobu/byobu-5.123.ebuild
+++ b/app-misc/byobu/byobu-5.123-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,9 @@ IUSE="screen"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-       dev-libs/newt[${PYTHON_USEDEP}]
+       $(python_gen_cond_dep '
+               dev-libs/newt[${PYTHON_MULTI_USEDEP}]
+       ')
        screen? ( app-misc/screen )
        !screen? ( app-misc/tmux )"
 

diff --git a/app-misc/byobu/byobu-5.124.ebuild 
b/app-misc/byobu/byobu-5.124.ebuild
index f67cbf99d55..b8e2216b67c 100644
--- a/app-misc/byobu/byobu-5.124.ebuild
+++ b/app-misc/byobu/byobu-5.124.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,9 @@ IUSE="screen"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-       dev-libs/newt[${PYTHON_USEDEP}]
+       $(python_gen_cond_dep '
+               dev-libs/newt[${PYTHON_MULTI_USEDEP}]
+       ')
        screen? ( app-misc/screen )
        !screen? ( app-misc/tmux )"
 

diff --git a/app-misc/byobu/byobu-5.125.ebuild 
b/app-misc/byobu/byobu-5.125.ebuild
index d3b11ec6f89..b8e2216b67c 100644
--- a/app-misc/byobu/byobu-5.125.ebuild
+++ b/app-misc/byobu/byobu-5.125.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,9 @@ IUSE="screen"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-       dev-libs/newt[${PYTHON_USEDEP}]
+       $(python_gen_cond_dep '
+               dev-libs/newt[${PYTHON_MULTI_USEDEP}]
+       ')
        screen? ( app-misc/screen )
        !screen? ( app-misc/tmux )"
 

diff --git a/app-misc/byobu/byobu-5.129.ebuild 
b/app-misc/byobu/byobu-5.129.ebuild
index ccb44bcb818..2719fbfec1c 100644
--- a/app-misc/byobu/byobu-5.129.ebuild
+++ b/app-misc/byobu/byobu-5.129.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,7 +17,9 @@ IUSE="screen"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-       dev-libs/newt[${PYTHON_USEDEP}]
+       $(python_gen_cond_dep '
+               dev-libs/newt[${PYTHON_MULTI_USEDEP}]
+       ')
        screen? ( app-misc/screen )
        !screen? ( app-misc/tmux )"
 

diff --git a/app-misc/byobu/byobu-5.130.ebuild 
b/app-misc/byobu/byobu-5.130-r1.ebuild
similarity index 92%
rename from app-misc/byobu/byobu-5.130.ebuild
rename to app-misc/byobu/byobu-5.130-r1.ebuild
index 9a6ddebbb40..59b72cc7ec6 100644
--- a/app-misc/byobu/byobu-5.130.ebuild
+++ b/app-misc/byobu/byobu-5.130-r1.ebuild
@@ -17,7 +17,9 @@ IUSE="screen"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-       dev-libs/newt[${PYTHON_USEDEP}]
+       $(python_gen_cond_dep '
+               dev-libs/newt[${PYTHON_MULTI_USEDEP}]
+       ')
        screen? ( app-misc/screen )
        !screen? ( app-misc/tmux )"
 

Reply via email to