diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-04 13:06:20 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-04 13:06:35 +0100 |
commit | 4edb7234ffb4e4bcf36fe132e9f58ead15cf4a57 (patch) | |
tree | 757078aeee63a317d1827c24c9cd7942cc027d54 /app-portage | |
parent | dev-python/ansi2html: Remove obsolete toml dep (from setuptools_scm) (diff) | |
download | gentoo-4edb7234ffb4e4bcf36fe132e9f58ead15cf4a57.tar.gz gentoo-4edb7234ffb4e4bcf36fe132e9f58ead15cf4a57.tar.bz2 gentoo-4edb7234ffb4e4bcf36fe132e9f58ead15cf4a57.zip |
app-portage/gs-elpa: Fix wrong use of python_gen_usedep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gs-elpa/gs-elpa-0.1.3-r1.ebuild | 6 | ||||
-rw-r--r-- | app-portage/gs-elpa/gs-elpa-0.2.1.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-portage/gs-elpa/gs-elpa-0.1.3-r1.ebuild b/app-portage/gs-elpa/gs-elpa-0.1.3-r1.ebuild index 82ed6a255852..447cc8818f70 100644 --- a/app-portage/gs-elpa/gs-elpa-0.1.3-r1.ebuild +++ b/app-portage/gs-elpa/gs-elpa-0.1.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,8 +16,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -DEPEND="app-portage/g-sorcery[$(python_gen_usedep 'python*')] - dev-python/sexpdata[$(python_gen_usedep 'python*')]" +DEPEND="app-portage/g-sorcery[${PYTHON_USEDEP}] + dev-python/sexpdata[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" python_install_all() { diff --git a/app-portage/gs-elpa/gs-elpa-0.2.1.ebuild b/app-portage/gs-elpa/gs-elpa-0.2.1.ebuild index a523564f65f3..0e58f531dcd8 100644 --- a/app-portage/gs-elpa/gs-elpa-0.2.1.ebuild +++ b/app-portage/gs-elpa/gs-elpa-0.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,8 +17,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -DEPEND="app-portage/g-sorcery[$(python_gen_usedep 'python*')] - dev-python/sexpdata[$(python_gen_usedep 'python*')]" +DEPEND="app-portage/g-sorcery[${PYTHON_USEDEP}] + dev-python/sexpdata[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" python_install_all() { |