summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2011-08-17 03:43:40 +0000
committerMatt Turner <mattst88@gentoo.org>2011-08-17 03:43:40 +0000
commit2ae09a65b9b21933a921069bbba4522450794486 (patch)
treef9cbdf4e414fe29db77c5ef233b6aaebce49a694 /sys-devel
parentVersion bump (diff)
downloadgentoo-2-2ae09a65b9b21933a921069bbba4522450794486.tar.gz
gentoo-2-2ae09a65b9b21933a921069bbba4522450794486.tar.bz2
gentoo-2-2ae09a65b9b21933a921069bbba4522450794486.zip
In fact, m4 should be in DEPEND as well, bug 379351.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/bison/ChangeLog6
-rw-r--r--sys-devel/bison/bison-2.4.2.ebuild7
-rw-r--r--sys-devel/bison/bison-2.4.3.ebuild5
-rw-r--r--sys-devel/bison/bison-2.5.ebuild8
4 files changed, 16 insertions, 10 deletions
diff --git a/sys-devel/bison/ChangeLog b/sys-devel/bison/ChangeLog
index 891d755bf554..77f3346910f4 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.107 2011/08/07 23:08:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.108 2011/08/17 03:43:40 mattst88 Exp $
+
+ 17 Aug 2011; Matt Turner <mattst88@gentoo.org> bison-2.4.2.ebuild,
+ bison-2.4.3.ebuild, bison-2.5.ebuild:
+ In fact, m4 should be in DEPEND as well, bug 379351.
07 Aug 2011; Mike Frysinger <vapier@gentoo.org> bison-2.5.ebuild:
Clean up dead yacc symlink on unmerge #377469 by Michael.
diff --git a/sys-devel/bison/bison-2.4.2.ebuild b/sys-devel/bison/bison-2.4.2.ebuild
index f4e661b6db08..23ecbcf9b5bf 100644
--- a/sys-devel/bison/bison-2.4.2.ebuild
+++ b/sys-devel/bison/bison-2.4.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# 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.4.2.ebuild,v 1.10 2010/12/12 19:02:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.4.2.ebuild,v 1.11 2011/08/17 03:43:40 mattst88 Exp $
inherit toolchain-funcs flag-o-matic
@@ -13,8 +13,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"
+DEPEND="${RDEPEND}
+ nls? ( sys-devel/gettext )"
src_unpack() {
unpack ${A}
diff --git a/sys-devel/bison/bison-2.4.3.ebuild b/sys-devel/bison/bison-2.4.3.ebuild
index fb2447ef43a6..6ac432a25f2e 100644
--- a/sys-devel/bison/bison-2.4.3.ebuild
+++ b/sys-devel/bison/bison-2.4.3.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.4.3.ebuild,v 1.9 2011/06/08 13:15:01 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.4.3.ebuild,v 1.10 2011/08/17 03:43:40 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"
+DEPEND="${RDEPEND}
+ nls? ( sys-devel/gettext )"
src_prepare() {
epatch "${FILESDIR}"/${P}-uclibc-sched_param-def.patch
diff --git a/sys-devel/bison/bison-2.5.ebuild b/sys-devel/bison/bison-2.5.ebuild
index b30445ada6a7..daa6d34afd4c 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.3 2011/08/07 23:08:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.5.ebuild,v 1.4 2011/08/17 03:43:40 mattst88 Exp $
EAPI="2"
@@ -15,9 +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"
-RDEPEND=""
-DEPEND="nls? ( sys-devel/gettext )
- >=sys-devel/m4-1.4.16"
+RDEPEND=">=sys-devel/m4-1.4.16"
+DEPEND="${RDEPEND}
+ nls? ( sys-devel/gettext )"
src_configure() {
use static && append-ldflags -static