diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 09:48:43 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:10:29 +0100 |
commit | 9b722db62ed4520a5a961e412add3c8177b4c126 (patch) | |
tree | c4461c1a8f85f7b0a6bc597ff21d3d359d6e3373 /app-admin | |
parent | app-admin/abrt: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-9b722db62ed4520a5a961e412add3c8177b4c126.tar.gz gentoo-9b722db62ed4520a5a961e412add3c8177b4c126.tar.bz2 gentoo-9b722db62ed4520a5a961e412add3c8177b4c126.zip |
app-admin/equo: Switch to PYTHON_SINGLE_USEDEP
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/equo/equo-302-r1.ebuild (renamed from app-admin/equo/equo-302.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/equo/equo-302.ebuild b/app-admin/equo/equo-302-r1.ebuild index cfe1a7c0ea3c..e962a0d782f6 100644 --- a/app-admin/equo/equo-302.ebuild +++ b/app-admin/equo/equo-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}" COMMON_DEPEND="${PYTHON_DEPS} - ~sys-apps/entropy-${PV}[${PYTHON_USEDEP}]" + ~sys-apps/entropy-${PV}[${PYTHON_SINGLE_USEDEP}]" DEPEND="${COMMON_DEPEND} app-text/asciidoc" RDEPEND="${COMMON_DEPEND} |