diff options
author | Sébastien Fabbro <bicatali@gentoo.org> | 2017-01-10 05:22:15 +0000 |
---|---|---|
committer | Sébastien Fabbro <bicatali@gentoo.org> | 2017-01-10 05:26:41 +0000 |
commit | 868413cd6a9ee4e459747c67a47e806444d47da0 (patch) | |
tree | b993172963fb38395432d7d3b33d6c7fb58d03db /dev-libs/libdynd | |
parent | dev-python/dynd-python: version bump (diff) | |
download | gentoo-868413cd6a9ee4e459747c67a47e806444d47da0.tar.gz gentoo-868413cd6a9ee4e459747c67a47e806444d47da0.tar.bz2 gentoo-868413cd6a9ee4e459747c67a47e806444d47da0.zip |
dev-libs/libdynd: removed bogus line
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-libs/libdynd')
-rw-r--r-- | dev-libs/libdynd/libdynd-0.7.2.ebuild | 2 |
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 0ca75be0e865..676c881b710e 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*)|" \ |