summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2011-08-17 03:46:34 +0000
committerMatt Turner <mattst88@gentoo.org>2011-08-17 03:46:34 +0000
commit7e5c1b916e2603677374b578c34f5120f1a3389b (patch)
tree559ec8c67c9fd69fe4d482ba203243dfb09b6cd0 /sys-devel/flex
parentx86 stable wrt security bug #363425 (diff)
downloadgentoo-2-7e5c1b916e2603677374b578c34f5120f1a3389b.tar.gz
gentoo-2-7e5c1b916e2603677374b578c34f5120f1a3389b.tar.bz2
gentoo-2-7e5c1b916e2603677374b578c34f5120f1a3389b.zip
Add m4 to RDEPEND as well, bug 379355.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/flex')
-rw-r--r--sys-devel/flex/ChangeLog6
-rw-r--r--sys-devel/flex/flex-2.5.35.ebuild6
-rw-r--r--sys-devel/flex/flex-2.5.35_p10.ebuild6
3 files changed, 11 insertions, 7 deletions
diff --git a/sys-devel/flex/ChangeLog b/sys-devel/flex/ChangeLog
index 17adc8aecbbc..94623eb46e80 100644
--- a/sys-devel/flex/ChangeLog
+++ b/sys-devel/flex/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/flex
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.85 2011/07/31 18:36:50 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.86 2011/08/17 03:46:34 mattst88 Exp $
+
+ 17 Aug 2011; Matt Turner <mattst88@gentoo.org> flex-2.5.35.ebuild,
+ flex-2.5.35_p10.ebuild:
+ Add m4 to RDEPEND as well, bug 379355.
31 Jul 2011; Matt Turner <mattst88@gentoo.org> flex-2.5.35.ebuild,
flex-2.5.35_p10.ebuild:
diff --git a/sys-devel/flex/flex-2.5.35.ebuild b/sys-devel/flex/flex-2.5.35.ebuild
index 1885d5ed1f70..1e3c502fd542 100644
--- a/sys-devel/flex/flex-2.5.35.ebuild
+++ b/sys-devel/flex/flex-2.5.35.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/flex/flex-2.5.35.ebuild,v 1.13 2011/07/31 18:36:50 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35.ebuild,v 1.14 2011/08/17 03:46:34 mattst88 Exp $
inherit eutils flag-o-matic
@@ -15,9 +15,9 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
IUSE="nls static"
-DEPEND="sys-devel/m4
+RDEPEND="sys-devel/m4"
+DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
-RDEPEND=""
src_unpack() {
unpack ${A}
diff --git a/sys-devel/flex/flex-2.5.35_p10.ebuild b/sys-devel/flex/flex-2.5.35_p10.ebuild
index 9fed845b35a5..a953dde83e6d 100644
--- a/sys-devel/flex/flex-2.5.35_p10.ebuild
+++ b/sys-devel/flex/flex-2.5.35_p10.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/flex/flex-2.5.35_p10.ebuild,v 1.2 2011/07/31 18:36:51 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35_p10.ebuild,v 1.3 2011/08/17 03:46:34 mattst88 Exp $
EAPI=2
@@ -22,9 +22,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="sys-devel/m4
+RDEPEND="sys-devel/m4"
+DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
-RDEPEND=""
S=${WORKDIR}/${MY_P}