mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
app-portage/repoman: fix 2.3.9 for python2.7
See: https://github.com/gentoo/portage/pull/288 Package-Manager: Portage-2.3.27, Repoman-2.3.9
This commit is contained in:
@@ -31,6 +31,11 @@ RDEPEND="
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
sed 's:FileNotFoundError:EnvironmentError:' -i pym/repoman/config.py || die
|
||||
distutils-r1_src_prepare
|
||||
}
|
||||
|
||||
python_test() {
|
||||
esetup.py test
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user