diff options
author | 2011-08-17 03:43:40 +0000 | |
---|---|---|
committer | 2011-08-17 03:43:40 +0000 | |
commit | 2ae09a65b9b21933a921069bbba4522450794486 (patch) | |
tree | f9cbdf4e414fe29db77c5ef233b6aaebce49a694 /sys-devel/bison/bison-2.4.3.ebuild | |
parent | Version bump (diff) | |
download | gentoo-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/bison/bison-2.4.3.ebuild')
-rw-r--r-- | sys-devel/bison/bison-2.4.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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 |