-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
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 )"
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
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 )"
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
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 )"
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
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 )"
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 )"