mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 00:28:09 -07:00
dev-python/pypy3-bin: Fix path subst in Gentoo install paths
This commit is contained in:
@@ -86,6 +86,10 @@ src_prepare() {
|
||||
"${FILESDIR}/1.9-distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option.patch" \
|
||||
"${FILESDIR}/2.4.0-ncurses6.patch"
|
||||
|
||||
sed -e "s^@EPREFIX@^${EPREFIX}^" \
|
||||
-e "s^@libdir@^$(get_libdir)^" \
|
||||
-i lib-python/3/distutils/command/install.py || die
|
||||
|
||||
epatch_user
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user