commit:     b7b952c3f40300ee3bd291b0842ca87090a9156c
Author:     Cailen Clancy <cailen114 <AT> gmail <DOT> com>
AuthorDate: Fri May 16 12:22:11 2025 +0000
Commit:     Cailen Clancy <cailen114 <AT> gmail <DOT> com>
CommitDate: Fri May 16 14:49:37 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b7b952c3

games-util/protonup: add missing rdepend

This adds missing dev-python/requests dependency

Signed-off-by: Cailen Clancy <cailen114 <AT> gmail.com>

 games-util/protonup/protonup-0.1.5.ebuild | 4 +++-
 games-util/protonup/protonup-9999.ebuild  | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/games-util/protonup/protonup-0.1.5.ebuild 
b/games-util/protonup/protonup-0.1.5.ebuild
index a29ea1123..db4caf3f6 100644
--- a/games-util/protonup/protonup-0.1.5.ebuild
+++ b/games-util/protonup/protonup-0.1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -18,6 +18,8 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
+RDEPEND="$(python_gen_cond_dep 'dev-python/requests[${PYTHON_USEDEP}]')"
+
 src_compile() {
        distutils-r1_src_compile
 }

diff --git a/games-util/protonup/protonup-9999.ebuild 
b/games-util/protonup/protonup-9999.ebuild
index a9f735327..6e8520b1f 100644
--- a/games-util/protonup/protonup-9999.ebuild
+++ b/games-util/protonup/protonup-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,6 +16,8 @@ HOMEPAGE="https://github.com/AUNaseef/protonup";
 LICENSE="GPL-3"
 SLOT="0"
 
+RDEPEND="$(python_gen_cond_dep 'dev-python/requests[${PYTHON_USEDEP}]')"
+
 src_compile() {
        distutils-r1_src_compile
 }

Reply via email to