CONFIG: add older bison version 2.7 (#3645)

- for programs that don't yet work with bison 3.x
This commit is contained in:
Mark Olesen 2017-03-31 14:54:04 +02:00 committed by Adam J. Stewart
parent d59ceba9c5
commit 832f932310

View file

@ -34,6 +34,7 @@ class Bison(AutotoolsPackage):
url = "http://ftp.gnu.org/gnu/bison/bison-3.0.tar.gz" url = "http://ftp.gnu.org/gnu/bison/bison-3.0.tar.gz"
version('3.0.4', 'a586e11cd4aff49c3ff6d3b6a4c9ccf8') version('3.0.4', 'a586e11cd4aff49c3ff6d3b6a4c9ccf8')
version('2.7', 'ded660799e76fb1667d594de1f7a0da9')
depends_on('m4', type=('build', 'run')) depends_on('m4', type=('build', 'run'))