From b2a7f5afb82612422b7021297ff453cb62412cf3 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Mon, 30 Jul 2018 09:43:38 +0300 Subject: [PATCH] dev-python/gst-python: fix fresh install tests Closes: https://bugs.gentoo.org/659714 Package-Manager: Portage-2.3.43, Repoman-2.3.10 --- ...st-python-1.14.1.ebuild => gst-python-1.14.1-r1.ebuild} | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) rename dev-python/gst-python/{gst-python-1.14.1.ebuild => gst-python-1.14.1-r1.ebuild} (92%) diff --git a/dev-python/gst-python/gst-python-1.14.1.ebuild b/dev-python/gst-python/gst-python-1.14.1-r1.ebuild similarity index 92% rename from dev-python/gst-python/gst-python-1.14.1.ebuild rename to dev-python/gst-python/gst-python-1.14.1-r1.ebuild index 26e8c6c9be616..0ecc247a851b6 100644 --- a/dev-python/gst-python/gst-python-1.14.1.ebuild +++ b/dev-python/gst-python/gst-python-1.14.1-r1.ebuild @@ -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() {