diff options
author | 2011-08-17 03:43:40 +0000 | |
---|---|---|
committer | 2011-08-17 03:43:40 +0000 | |
commit | 02eb288bce047c58b0e196c027ad05efef8f6660 (patch) | |
tree | 6c16568c8702eba2c14ac57a22ec4b5ad6b9b120 /sys-devel/bison/bison-2.4.2.ebuild | |
parent | Version bump (diff) | |
download | historical-02eb288bce047c58b0e196c027ad05efef8f6660.tar.gz historical-02eb288bce047c58b0e196c027ad05efef8f6660.tar.bz2 historical-02eb288bce047c58b0e196c027ad05efef8f6660.zip |
In fact, m4 should be in DEPEND as well, bug 379351.
Package-Manager: portage-2.1.10.3/cvs/Linux x86_64
Diffstat (limited to 'sys-devel/bison/bison-2.4.2.ebuild')
-rw-r--r-- | sys-devel/bison/bison-2.4.2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
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} |