mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-util/pmbootstrap: migrate to python-single-r1
Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr>
This commit is contained in:
@@ -4,6 +4,7 @@ EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8,9,10} )
|
||||
|
||||
DISTUTILS_SINGLE_IMPL=1
|
||||
inherit distutils-r1 linux-info
|
||||
|
||||
DESCRIPTION="Helper tool for developing and building postmarketOS"
|
||||
@@ -31,3 +32,8 @@ pkg_pretend() {
|
||||
die
|
||||
fi
|
||||
}
|
||||
|
||||
# Without this, emerge errors with an "EPYTHON not set" error.
|
||||
pkg_setup() {
|
||||
python-single-r1_pkg_setup
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user