diff options
-rw-r--r-- | sys-devel/bison/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/bison/bison-2.4.2.ebuild | 6 | ||||
-rw-r--r-- | sys-devel/bison/bison-2.5.ebuild | 4 |
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" |