mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
sci-visualization/pythonprop: don't open-code default_src_prepare
This matches the default impl. Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
f362913d37
commit
7c7355a2ef
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@ -39,9 +39,7 @@ PATCHES=( "${FILESDIR}/${PN}-0.30.1-p20240217.patch"
|
||||
"${FILESDIR}/${PN}-matplotlib3.9.patch" )
|
||||
|
||||
src_prepare() {
|
||||
eapply_user
|
||||
|
||||
eapply ${PATCHES[@]}
|
||||
default
|
||||
|
||||
# drop building *.pdf files
|
||||
sed -i -e "s#docs/user/help##g" Makefile.am || die
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user