From: Michał Górny Date: Fri, 7 Feb 2020 08:49:07 +0000 (+0100) Subject: app-admin/matter: Switch to PYTHON_SINGLE_USEDEP X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a8821d77ae36251d2ec90ff15ecce26813955e01;p=gentoo.git app-admin/matter: Switch to PYTHON_SINGLE_USEDEP Signed-off-by: Michał Górny --- diff --git a/app-admin/matter/matter-302.ebuild b/app-admin/matter/matter-302-r1.ebuild similarity index 86% rename from app-admin/matter/matter-302.ebuild rename to app-admin/matter/matter-302-r1.ebuild index 23ff9aad401d..9505601252b6 100644 --- a/app-admin/matter/matter-302.ebuild +++ b/app-admin/matter/matter-302-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,7 +19,7 @@ SRC_URI="mirror://sabayon/sys-apps/entropy-${PV}.tar.bz2" S="${WORKDIR}/entropy-${PV}/${PN}" DEPEND="" -RDEPEND="entropy? ( ~sys-apps/entropy-${PV}[${PYTHON_USEDEP}] ) +RDEPEND="entropy? ( ~sys-apps/entropy-${PV}[${PYTHON_SINGLE_USEDEP}] ) sys-apps/file[python] ${PYTHON_DEPS}"