diff options
author | George Shapovalov <george@gentoo.org> | 2013-08-02 17:45:41 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2013-08-02 17:45:41 +0000 |
commit | 5245a0bff9cf14b757140970939348911a158bba (patch) | |
tree | 343908846d2eb60c792ddf0f951d81a5f716e110 /dev-lang/gnat-gcc | |
parent | added basic checks for empty patch dirs (diff) | |
download | gentoo-2-5245a0bff9cf14b757140970939348911a158bba.tar.gz gentoo-2-5245a0bff9cf14b757140970939348911a158bba.tar.bz2 gentoo-2-5245a0bff9cf14b757140970939348911a158bba.zip |
old gcc does not play kindly with new texinfo. Fixing #468108
(Portage version: 2.1.12.13/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-lang/gnat-gcc')
-rw-r--r-- | dev-lang/gnat-gcc/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/gnat-gcc/gnat-gcc-3.4.6.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/gnat-gcc/gnat-gcc-4.3.5.ebuild | 5 | ||||
-rw-r--r-- | dev-lang/gnat-gcc/gnat-gcc-4.3.6.ebuild | 5 |
4 files changed, 14 insertions, 8 deletions
diff --git a/dev-lang/gnat-gcc/ChangeLog b/dev-lang/gnat-gcc/ChangeLog index 137301e22652..f26ba82d1af9 100644 --- a/dev-lang/gnat-gcc/ChangeLog +++ b/dev-lang/gnat-gcc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/gnat-gcc -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/ChangeLog,v 1.55 2012/09/26 13:40:52 george Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/ChangeLog,v 1.56 2013/08/02 17:45:41 george Exp $ + + 02 Aug 2013; <portage-cvs@gentoo.org> gnat-gcc-3.4.6.ebuild, + gnat-gcc-4.3.5.ebuild, gnat-gcc-4.3.6.ebuild: + old gcc does not play kindly with new texinfo. Fixing #468108 *gnat-gcc-4.5.4 (26 Sep 2012) diff --git a/dev-lang/gnat-gcc/gnat-gcc-3.4.6.ebuild b/dev-lang/gnat-gcc/gnat-gcc-3.4.6.ebuild index cfbc0d786df7..67c213e0df48 100644 --- a/dev-lang/gnat-gcc/gnat-gcc-3.4.6.ebuild +++ b/dev-lang/gnat-gcc/gnat-gcc-3.4.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-3.4.6.ebuild,v 1.12 2012/02/14 12:43:56 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-3.4.6.ebuild,v 1.13 2013/08/02 17:45:41 george Exp $ WANT_AUTOCONF=2.1 inherit gnatbuild diff --git a/dev-lang/gnat-gcc/gnat-gcc-4.3.5.ebuild b/dev-lang/gnat-gcc/gnat-gcc-4.3.5.ebuild index 9bd349c5ce48..b2b9884d5730 100644 --- a/dev-lang/gnat-gcc/gnat-gcc-4.3.5.ebuild +++ b/dev-lang/gnat-gcc/gnat-gcc-4.3.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.5.ebuild,v 1.4 2012/02/14 12:43:56 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.5.ebuild,v 1.5 2013/08/02 17:45:41 george Exp $ # Need to let configure know where to find stddef.h #EXTRA_CONFGCC="${WORKDIR}/usr/lib/include/" @@ -29,6 +29,7 @@ KEYWORDS="amd64 ~sparc x86" # starting with 4.3.0 gnat needs these libs DEPEND=">=dev-libs/mpfr-2.3.1 + <sys-apps/texinfo-5.1 >=dev-libs/gmp-4.2.2" RDEPEND="${DEPEND}" diff --git a/dev-lang/gnat-gcc/gnat-gcc-4.3.6.ebuild b/dev-lang/gnat-gcc/gnat-gcc-4.3.6.ebuild index 9394349df687..625c8e9cf647 100644 --- a/dev-lang/gnat-gcc/gnat-gcc-4.3.6.ebuild +++ b/dev-lang/gnat-gcc/gnat-gcc-4.3.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.6.ebuild,v 1.3 2012/02/14 12:31:28 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.6.ebuild,v 1.4 2013/08/02 17:45:41 george Exp $ inherit gnatbuild @@ -28,6 +28,7 @@ RDEPEND=">=dev-libs/mpfr-2.3.1 >=sys-libs/ncurses-5.2-r2" DEPEND="${RDEPEND} + <sys-apps/texinfo-5.1 >=sys-devel/bison-1.875 >=sys-libs/glibc-2.8 >=sys-devel/binutils-2.15.94" |