dev-util/pmbootstrap: cleanup unneeded variables and inherits

As suggested by AndrewAmmerlaan on
e1e9c0a70d.

Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr>
This commit is contained in:
Duje Mihanović 2022-05-25 14:48:46 +02:00
parent 8238a71a00
commit 2280de221a
No known key found for this signature in database
GPG Key ID: 9A119EB0422D96E1

View File

@ -4,7 +4,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{8,9,10} ) 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" DESCRIPTION="Helper tool for developing and building postmarketOS"
HOMEPAGE="https://postmarketos.org/" HOMEPAGE="https://postmarketos.org/"
@ -23,9 +23,7 @@ KEYWORDS="-alpha ~amd64 -arm -hppa -ia64 -ppc -ppc64 -riscv -sparc"
RESTRICT="mirror test" RESTRICT="mirror test"
DEPEND="${PYTHON_DEPS}" DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND} RDEPEND="dev-vcs/git"
dev-vcs/git"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
pkg_pretend() { pkg_pretend() {
if kernel_is -lt 3 17 0; then if kernel_is -lt 3 17 0; then