summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2014-05-17 06:45:26 -0500
committerJohn Wiegley <johnw@newartisans.com>2014-05-17 06:45:26 -0500
commit35a36f33aa1a5eeb40a028bbab30cf75ec04dd54 (patch)
treed10522d29fdb3af2b30aea4fe747365bfb50e8f9 /acprep
parent5d4b31b9c8bf0fe84ff46ae9cb4686ac10e52cc8 (diff)
parented52bebcfd7200e8b6adcb02c748d05df7ab6187 (diff)
downloadfork-ledger-35a36f33aa1a5eeb40a028bbab30cf75ec04dd54.tar.gz
fork-ledger-35a36f33aa1a5eeb40a028bbab30cf75ec04dd54.tar.bz2
fork-ledger-35a36f33aa1a5eeb40a028bbab30cf75ec04dd54.zip
Merge pull request #291 from thdox/ubuntu-14.04
Lower down (from 1.55) requirements towards libboost
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep16
1 files changed, 8 insertions, 8 deletions
diff --git a/acprep b/acprep
index 5c0d2970..b7ea8939 100755
--- a/acprep
+++ b/acprep
@@ -72,14 +72,14 @@ class BoostInfo(object):
return [ 'boost-devel' ]
elif system == 'ubuntu-trusty':
- return [ 'libboost1.55-dev',
- 'libboost-date-time1.55-dev',
- 'libboost-filesystem1.55-dev',
- 'libboost-iostreams1.55-dev',
- 'libboost-python1.55-dev',
- 'libboost-regex1.55-dev',
- 'libboost-system1.55-dev',
- 'libboost-test1.55-dev' ]
+ return [ 'libboost-dev',
+ 'libboost-date-time-dev',
+ 'libboost-filesystem-dev',
+ 'libboost-iostreams-dev',
+ 'libboost-python-dev',
+ 'libboost-regex-dev',
+ 'libboost-system-dev',
+ 'libboost-test-dev' ]
elif system == 'ubuntu-saucy' or system == 'ubuntu-precise':
return [ 'autopoint',