summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-misc/byobu/byobu-5.123-r1.ebuild (renamed from app-misc/byobu/byobu-5.123.ebuild)6
-rw-r--r--app-misc/byobu/byobu-5.124.ebuild6
-rw-r--r--app-misc/byobu/byobu-5.125.ebuild6
-rw-r--r--app-misc/byobu/byobu-5.129.ebuild6
-rw-r--r--app-misc/byobu/byobu-5.130-r1.ebuild (renamed from app-misc/byobu/byobu-5.130.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
index 33c36ce0cdc5..058f7590d893 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 f67cbf99d559..b8e2216b67cf 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 d3b11ec6f89f..b8e2216b67cf 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 ccb44bcb8188..2719fbfec1c4 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
index 9a6ddebbb407..59b72cc7ec64 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 )"