commit: 868413cd6a9ee4e459747c67a47e806444d47da0
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 05:22:15 2017 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 05:26:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=868413cd
dev-libs/libdynd: removed bogus line
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-libs/libdynd/libdynd-0.7.2.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/dev-libs/libdynd/libdynd-0.7.2.ebuild
b/dev-libs/libdynd/libdynd-0.7.2.ebuild
index 0ca75be..676c881 100644
--- a/dev-libs/libdynd/libdynd-0.7.2.ebuild
+++ b/dev-libs/libdynd/libdynd-0.7.2.ebuild
@@ -42,7 +42,6 @@ src_prepare() {
sed -e 's|install(TARGETS test_libdynd||' \
-e 's|RUNTIME DESTINATION bin)||' \
-i tests/CMakeLists.txt || die
-
# remove the version mangling from git stuff it requires a git clone
# rather force set it a configure time
sed -e '/GetGitRev/d' \
@@ -50,7 +49,6 @@ src_prepare() {
-e '/git_describe/d' \
-e '/dirty/d' \
-i CMakeLists.txt || die
- sed -e s||${DYND_SHA1_VERSION}|
# not tested
if use mkl; then
sed -e "s|/opt/intel/.*|$(ls -1d
${EPREFIX}/opt/intel/compilers*)|" \