diff options
author | 2015-04-11 08:59:45 +0000 | |
---|---|---|
committer | 2015-04-11 08:59:45 +0000 | |
commit | e71ae5e03ed125c459d9325d1d97d601ccbd54bd (patch) | |
tree | 08eea59da840f8c92cba1e95f4b8fae0c7bcfd7b /sys-devel | |
parent | Add ruby22. (diff) | |
download | gentoo-2-e71ae5e03ed125c459d9325d1d97d601ccbd54bd.tar.gz gentoo-2-e71ae5e03ed125c459d9325d1d97d601ccbd54bd.tar.bz2 gentoo-2-e71ae5e03ed125c459d9325d1d97d601ccbd54bd.zip |
Depend on automake >= 1.14. Bug #545610
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/bison/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/bison/bison-3.0.4-r1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-devel/bison/ChangeLog b/sys-devel/bison/ChangeLog index 836455b41f2b..74348f03012d 100644 --- a/sys-devel/bison/ChangeLog +++ b/sys-devel/bison/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/bison # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.134 2015/04/03 07:03:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.135 2015/04/11 08:59:45 hwoarang Exp $ + + 11 Apr 2015; Markos Chandras <hwoarang@gentoo.org> bison-3.0.4-r1.ebuild: + Depend on automake >= 1.14. Bug #545610 *bison-3.0.4-r1 (03 Apr 2015) diff --git a/sys-devel/bison/bison-3.0.4-r1.ebuild b/sys-devel/bison/bison-3.0.4-r1.ebuild index e096f2943a04..3852df75300e 100644 --- a/sys-devel/bison/bison-3.0.4-r1.ebuild +++ b/sys-devel/bison/bison-3.0.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-3.0.4-r1.ebuild,v 1.1 2015/04/03 07:03:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-3.0.4-r1.ebuild,v 1.2 2015/04/11 08:59:45 hwoarang Exp $ EAPI=5 @@ -17,6 +17,7 @@ IUSE="examples nls static test" RDEPEND=">=sys-devel/m4-1.4.16" DEPEND="${RDEPEND} + >=sys-devel/automake-1.14 sys-devel/flex examples? ( dev-lang/perl ) nls? ( sys-devel/gettext ) |