mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
dev-python/gst-python: fix fresh install tests
Closes: https://bugs.gentoo.org/659714 Package-Manager: Portage-2.3.43, Repoman-2.3.10
This commit is contained in:
@@ -28,14 +28,11 @@ DEPEND="${RDEPEND}
|
||||
src_prepare() {
|
||||
default
|
||||
xdg_environment_reset
|
||||
prepare_gst() {
|
||||
mkdir -p "${BUILD_DIR}" || die
|
||||
}
|
||||
python_foreach_impl prepare_gst
|
||||
python_copy_sources
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir econf
|
||||
python_foreach_impl run_in_build_dir econf
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
Reference in New Issue
Block a user