summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2011-07-31 17:26:47 +0000
committerMatt Turner <mattst88@gentoo.org>2011-07-31 17:26:47 +0000
commitb269a905a2e89c04dbfcded4ee65fc74a84d78cf (patch)
tree4c32857e73d4402df8d2019ec3e2b50b62289312 /sys-devel/bison
parentFix minor repoman error and add myself to the maintainer list. (diff)
downloadgentoo-2-b269a905a2e89c04dbfcded4ee65fc74a84d78cf.tar.gz
gentoo-2-b269a905a2e89c04dbfcded4ee65fc74a84d78cf.tar.bz2
gentoo-2-b269a905a2e89c04dbfcded4ee65fc74a84d78cf.zip
Bump m4 requirement to 1.4.16, bug 375637. Also move it from RDEPEND back to DEPEND. It was originally moved in 2006 as a hack.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/bison')
-rw-r--r--sys-devel/bison/ChangeLog6
-rw-r--r--sys-devel/bison/bison-2.5.ebuild7
2 files changed, 9 insertions, 4 deletions
diff --git a/sys-devel/bison/ChangeLog b/sys-devel/bison/ChangeLog
index 9f2312230145..b0ccc8b27a72 100644
--- a/sys-devel/bison/ChangeLog
+++ b/sys-devel/bison/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/bison
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.105 2011/06/08 13:15:01 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.106 2011/07/31 17:26:47 mattst88 Exp $
+
+ 31 Jul 2011; Matt Turner <mattst88@gentoo.org> bison-2.5.ebuild:
+ Bump m4 requirement to 1.4.16, bug 375637. Also move it from RDEPEND back to
+ DEPEND. It was originally moved in 2006 as a hack.
08 Jun 2011; Kacper Kowalik <xarthisius@gentoo.org> bison-2.4.3.ebuild:
ppc64 stable wrt #367575
diff --git a/sys-devel/bison/bison-2.5.ebuild b/sys-devel/bison/bison-2.5.ebuild
index a727c8709c67..9940302ded6f 100644
--- a/sys-devel/bison/bison-2.5.ebuild
+++ b/sys-devel/bison/bison-2.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.5.ebuild,v 1.1 2011/05/16 19:37:21 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.5.ebuild,v 1.2 2011/07/31 17:26:47 mattst88 Exp $
EAPI="2"
@@ -15,8 +15,9 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
IUSE="nls static"
-DEPEND="nls? ( sys-devel/gettext )"
-RDEPEND="sys-devel/m4"
+RDEPEND=""
+DEPEND="nls? ( sys-devel/gettext )
+ >=sys-devel/m4-1.4.16"
src_configure() {
use static && append-ldflags -static