commit:     4edb7234ffb4e4bcf36fe132e9f58ead15cf4a57
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  4 12:06:20 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb  4 12:06:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4edb7234

app-portage/gs-elpa: Fix wrong use of python_gen_usedep

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-portage/gs-elpa/gs-elpa-0.1.3-r1.ebuild | 6 +++---
 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() {

Reply via email to