From 9f58830f7d854891e3aa42439669149b02cdac34 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 7 Feb 2020 10:40:42 +0100 Subject: app-misc/byobu: Switch to PYTHON_MULTI_USEDEP API MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-misc/byobu/byobu-5.125.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'app-misc/byobu/byobu-5.125.ebuild') 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 )" -- cgit v1.2.3-65-gdbad