summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-05-24 02:40:38 +0000
committerMike Frysinger <vapier@gentoo.org>2012-05-24 02:40:38 +0000
commit4bc3c21cfb8d2208385776f893f5c20fdd1c9428 (patch)
tree1a9784904bf80a4dcb74da5d88a1ae0ac2a29154 /sys-devel/bison
parentmarked x86 per bug 417305 (diff)
downloadgentoo-2-4bc3c21cfb8d2208385776f893f5c20fdd1c9428.tar.gz
gentoo-2-4bc3c21cfb8d2208385776f893f5c20fdd1c9428.tar.bz2
gentoo-2-4bc3c21cfb8d2208385776f893f5c20fdd1c9428.zip
Inherit eutils for epatch, and flag-o-matic for append-ldflags.
(Portage version: 2.2.0_alpha107_p3/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.4.2.ebuild6
-rw-r--r--sys-devel/bison/bison-2.5.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/sys-devel/bison/ChangeLog b/sys-devel/bison/ChangeLog
index 64fea86e9840..195eb3a3dfe4 100644
--- a/sys-devel/bison/ChangeLog
+++ b/sys-devel/bison/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/bison
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.109 2012/04/26 12:58:13 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.110 2012/05/24 02:40:38 vapier Exp $
+
+ 24 May 2012; Mike Frysinger <vapier@gentoo.org> bison-2.4.2.ebuild,
+ bison-2.5.ebuild:
+ Inherit eutils for epatch, and flag-o-matic for append-ldflags.
26 Apr 2012; Alexis Ballier <aballier@gentoo.org> bison-2.5.ebuild:
keyword ~amd64-fbsd
diff --git a/sys-devel/bison/bison-2.4.2.ebuild b/sys-devel/bison/bison-2.4.2.ebuild
index 23ecbcf9b5bf..6d70bc3c5d43 100644
--- a/sys-devel/bison/bison-2.4.2.ebuild
+++ b/sys-devel/bison/bison-2.4.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.11 2011/08/17 03:43:40 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.4.2.ebuild,v 1.12 2012/05/24 02:40:38 vapier Exp $
-inherit toolchain-funcs flag-o-matic
+inherit toolchain-funcs flag-o-matic eutils
DESCRIPTION="A yacc-compatible parser generator"
HOMEPAGE="http://www.gnu.org/software/bison/bison.html"
diff --git a/sys-devel/bison/bison-2.5.ebuild b/sys-devel/bison/bison-2.5.ebuild
index 6d07f5782298..9e3c9bed73d6 100644
--- a/sys-devel/bison/bison-2.5.ebuild
+++ b/sys-devel/bison/bison-2.5.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2012 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.5 2012/04/26 12:58:13 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.5.ebuild,v 1.6 2012/05/24 02:40:38 vapier Exp $
EAPI="2"
-inherit eutils
+inherit eutils flag-o-matic
DESCRIPTION="A yacc-compatible parser generator"
HOMEPAGE="http://www.gnu.org/software/bison/bison.html"