diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:15:10 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:15:10 +0200 |
commit | 852d0fc02c2ec253891ded4da8eb97110521b60b (patch) | |
tree | a3fdf00b84d2968d389dd8c429b8bb0061fcb0ec /app-portage | |
parent | app-portage/elogviewer: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-852d0fc02c2ec253891ded4da8eb97110521b60b.tar.gz gentoo-852d0fc02c2ec253891ded4da8eb97110521b60b.tar.bz2 gentoo-852d0fc02c2ec253891ded4da8eb97110521b60b.zip |
app-portage/unsymlink-lib: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/unsymlink-lib/unsymlink-lib-20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild b/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild index 6aa03a6faf3f..3cca8af5cca1 100644 --- a/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild +++ b/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit python-single-r1 DESCRIPTION="Convert your system to SYMLINK_LIB=no" @@ -20,7 +20,7 @@ RESTRICT="test" RDEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' - sys-apps/portage[${PYTHON_MULTI_USEDEP}] + sys-apps/portage[${PYTHON_USEDEP}] ')" src_install() { |