commit:     2280de221ae19c318051e1fc6946bd1e145b8dde
Author:     Duje Mihanović <duje.mihanovic <AT> skole <DOT> hr>
AuthorDate: Wed May 25 12:48:46 2022 +0000
Commit:     Duje Mihanović <duje.mihanovic <AT> skole <DOT> hr>
CommitDate: Wed May 25 12:49:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2280de22

dev-util/pmbootstrap: cleanup unneeded variables and inherits

As suggested by AndrewAmmerlaan on
https://github.com/gentoo/guru/commit/e1e9c0a70d3424971180305144380103efa437c1.

Signed-off-by: Duje Mihanović <duje.mihanovic <AT> skole.hr>

 dev-util/pmbootstrap/pmbootstrap-1.44.1.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-util/pmbootstrap/pmbootstrap-1.44.1.ebuild 
b/dev-util/pmbootstrap/pmbootstrap-1.44.1.ebuild
index e4a1d1f11..970e1ce66 100644
--- a/dev-util/pmbootstrap/pmbootstrap-1.44.1.ebuild
+++ b/dev-util/pmbootstrap/pmbootstrap-1.44.1.ebuild
@@ -4,7 +4,7 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{8,9,10} )
 
-inherit python-r1 distutils-r1 linux-info
+inherit distutils-r1 linux-info
 
 DESCRIPTION="Helper tool for developing and building postmarketOS"
 HOMEPAGE="https://postmarketos.org/";
@@ -23,9 +23,7 @@ KEYWORDS="-alpha ~amd64 -arm -hppa -ia64 -ppc -ppc64 -riscv 
-sparc"
 RESTRICT="mirror test"
 
 DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
-               dev-vcs/git"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+RDEPEND="dev-vcs/git"
 
 pkg_pretend() {
        if kernel_is -lt 3 17 0; then

Reply via email to