summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2017-01-08 06:47:28 +0000
committerSébastien Fabbro <bicatali@gentoo.org>2017-01-10 05:26:40 +0000
commit534b09a8949b7a27832196be14f6f4ec295f3e8b (patch)
treea01e5be3419d27ec96b3122ca4af4cd81358bf73 /dev-libs/libdynd/files/libdynd-0.6.0-dont-install-test.patch
parentapp-arch/bloscpack: version bump (diff)
downloadgentoo-534b09a8949b7a27832196be14f6f4ec295f3e8b.tar.gz
gentoo-534b09a8949b7a27832196be14f6f4ec295f3e8b.tar.bz2
gentoo-534b09a8949b7a27832196be14f6f4ec295f3e8b.zip
dev-libs/libdynd: version bump
Cleaned old buggy versions. Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-libs/libdynd/files/libdynd-0.6.0-dont-install-test.patch')
-rw-r--r--dev-libs/libdynd/files/libdynd-0.6.0-dont-install-test.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-libs/libdynd/files/libdynd-0.6.0-dont-install-test.patch b/dev-libs/libdynd/files/libdynd-0.6.0-dont-install-test.patch
deleted file mode 100644
index 9659372b05ea..000000000000
--- a/dev-libs/libdynd/files/libdynd-0.6.0-dont-install-test.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- tests/CMakeLists.txt.orig 2014-02-10 14:25:18.041841087 -0800
-+++ tests/CMakeLists.txt 2014-02-10 14:25:40.224975614 -0800
-@@ -105,12 +105,6 @@
- )
- endif()
-
--# If installation is requested, install the program
--if (DYND_INSTALL_LIB)
-- install(TARGETS test_libdynd
-- RUNTIME DESTINATION bin)
--endif()
--
- # Compile-time tests: test code that is supposed to produce compile errors
- # I couldn't find a properly specified way to do this, so hacked together
- # this function.