diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-13 20:36:29 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-13 22:39:21 -0300 |
commit | f8ee143fba5f174cb2531cdfcdc32058f09ab61f (patch) | |
tree | f6421a2b4fcd93f65bb3fef39fd48e6cb5d8a7e2 /testing/vera++/boost-python.patch | |
parent | 4e2f8d66a1027a61d26d0d7fed94848b98b59bd7 (diff) | |
download | aports-f8ee143fba5f174cb2531cdfcdc32058f09ab61f.tar.bz2 aports-f8ee143fba5f174cb2531cdfcdc32058f09ab61f.tar.xz |
testing/vera++: remove
- Python2 only
Diffstat (limited to 'testing/vera++/boost-python.patch')
-rw-r--r-- | testing/vera++/boost-python.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/vera++/boost-python.patch b/testing/vera++/boost-python.patch deleted file mode 100644 index 9b80641a21..0000000000 --- a/testing/vera++/boost-python.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/src/boost.cmake b/src/boost.cmake -index 37ecc13..3be4848 100644 ---- a/src/boost.cmake -+++ b/src/boost.cmake -@@ -8,7 +8,7 @@ mark_as_advanced(VERA_USE_SYSTEM_BOOST) - - set(boostLibs filesystem system program_options regex wave) - if(VERA_PYTHON) -- list(APPEND boostLibs python) -+ list(APPEND boostLibs python27) - endif() - - if(VERA_USE_SYSTEM_BOOST) |