commit: 9ffd0f7060fccb62a83c9c7665cf358daaf54a2d
Author: Adrian Grigo <agrigo2001 <AT> yahoo <DOT> com <DOT> au>
AuthorDate: Fri Aug 28 02:03:30 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 1 10:30:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ffd0f70
media-libs/partio: Call cmake_src_prepare at end of src_prepare
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 <agrigo2001 <AT> yahoo.com.au>
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-libs/partio/partio-1.1.0_p20170829.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/partio/partio-1.1.0_p20170829.ebuild
b/media-libs/partio/partio-1.1.0_p20170829.ebuild
index df16e2b84cf..02803eb335b 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() {