From 0f47f24207cd7815c70f349071106c9633523312 Mon Sep 17 00:00:00 2001 From: Yury Martynov Date: Wed, 12 Feb 2020 11:59:19 +0300 Subject: [PATCH] yaffshiv: remove py2 (it compatible with Python3 also) --- sys-fs/yaffshiv/yaffshiv-99999999.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sys-fs/yaffshiv/yaffshiv-99999999.ebuild b/sys-fs/yaffshiv/yaffshiv-99999999.ebuild index 52ecfdc59..b72620be2 100644 --- a/sys-fs/yaffshiv/yaffshiv-99999999.ebuild +++ b/sys-fs/yaffshiv/yaffshiv-99999999.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 ) + +PYTHON_COMPAT=( python3_{6,7,8} ) inherit git-r3 distutils-r1 @@ -16,7 +17,7 @@ if [[ ${PV} != *9999 ]]; then fi LICENSE="MIT" -RESTRICT="mirror" SLOT="0" -IUSE="" + RDEPEND="${PYTHON_DEPS}" +DEPEND="${RDEPEND}"