From 9ffd0f7060fccb62a83c9c7665cf358daaf54a2d Mon Sep 17 00:00:00 2001 From: Adrian Grigo Date: Fri, 28 Aug 2020 12:03:30 +1000 Subject: media-libs/partio: Call cmake_src_prepare at end of src_prepare MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit partio 1.1.0 uses sed to remove the tests from CMakeLists.txt, which should be completed before calling cmake_src_prepare. Signed-off-by: Adrian Grigo Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michał Górny --- media-libs/partio/partio-1.1.0_p20170829.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'media-libs') diff --git a/media-libs/partio/partio-1.1.0_p20170829.ebuild b/media-libs/partio/partio-1.1.0_p20170829.ebuild index df16e2b84cf4..02803eb335ba 100644 --- a/media-libs/partio/partio-1.1.0_p20170829.ebuild +++ b/media-libs/partio/partio-1.1.0_p20170829.ebuild @@ -41,9 +41,9 @@ BDEPEND=" PATCHES=( "${FILESDIR}/${PN}-1.1.0-Rename-partconv.patch" ) src_prepare() { - cmake_src_prepare - sed -e '/ADD_SUBDIRECTORY (src\/tests)/d' -i CMakeLists.txt || die + + cmake_src_prepare } src_configure() { -- cgit v1.2.3-65-gdbad