summaryrefslogtreecommitdiff
path: root/dev-libs
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2017-01-10 05:22:15 +0000
committerSébastien Fabbro <bicatali@gentoo.org>2017-01-10 05:26:41 +0000
commit868413cd6a9ee4e459747c67a47e806444d47da0 (patch)
treeb993172963fb38395432d7d3b33d6c7fb58d03db /dev-libs
parent18dac8ffa2683a38e973649aafbeebf9d151eba1 (diff)
downloadgentoo-868413cd6a9ee4e459747c67a47e806444d47da0.tar.gz
gentoo-868413cd6a9ee4e459747c67a47e806444d47da0.tar.xz
dev-libs/libdynd: removed bogus line
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libdynd/libdynd-0.7.2.ebuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/dev-libs/libdynd/libdynd-0.7.2.ebuild b/dev-libs/libdynd/libdynd-0.7.2.ebuild
index 0ca75be0e86..676c881b710 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*)|" \