diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 09:49:07 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:10:29 +0100 |
commit | a8821d77ae36251d2ec90ff15ecce26813955e01 (patch) | |
tree | 601865172ab14c8a87a3dc13810b61f7255dc20f /app-admin | |
parent | app-admin/equo: Switch to PYTHON_SINGLE_USEDEP (diff) | |
download | gentoo-a8821d77ae36251d2ec90ff15ecce26813955e01.tar.gz gentoo-a8821d77ae36251d2ec90ff15ecce26813955e01.tar.bz2 gentoo-a8821d77ae36251d2ec90ff15ecce26813955e01.zip |
app-admin/matter: Switch to PYTHON_SINGLE_USEDEP
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/matter/matter-302-r1.ebuild (renamed from app-admin/matter/matter-302.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/matter/matter-302.ebuild b/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}" |