mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/meld: workaround problems with --skip-build
Fixes regression since eclass commit
180fa85d7d
Closes: https://bugs.gentoo.org/718014
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
This commit is contained in:
@@ -40,3 +40,10 @@ DEPEND="${RDEPEND}
|
||||
python_compile_all() {
|
||||
mydistutilsargs=( --no-update-icon-cache --no-compile-schemas )
|
||||
}
|
||||
|
||||
python_install() {
|
||||
local mydistutilsargs=( --no-update-icon-cache --no-compile-schemas build )
|
||||
distutils-r1_python_install
|
||||
rm "${ED}"/usr/share/doc/meld-${PV}/{COPYING,NEWS} || die
|
||||
rmdir "${ED}"/usr/share/doc/meld-${PV} || die
|
||||
}
|
||||
Reference in New Issue
Block a user