diff options
author | 2013-10-08 18:26:48 +0000 | |
---|---|---|
committer | 2013-10-08 18:26:48 +0000 | |
commit | 583a7f6753cedb9237ea7f205dbdca636bbd853c (patch) | |
tree | a38aa8fc57f5d98c1a57965e481feff2c55f2469 /dev-lang/gnat-gcc | |
parent | Removed old revision of 031. (diff) | |
download | gentoo-2-583a7f6753cedb9237ea7f205dbdca636bbd853c.tar.gz gentoo-2-583a7f6753cedb9237ea7f205dbdca636bbd853c.tar.bz2 gentoo-2-583a7f6753cedb9237ea7f205dbdca636bbd853c.zip |
propagating texinfo fix to 4.4, should resolve #484794
(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 | 5 | ||||
-rw-r--r-- | dev-lang/gnat-gcc/gnat-gcc-4.4.7.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/gnat-gcc/ChangeLog b/dev-lang/gnat-gcc/ChangeLog index be5a79952aa5..47625e9b9e66 100644 --- a/dev-lang/gnat-gcc/ChangeLog +++ b/dev-lang/gnat-gcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/gnat-gcc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/ChangeLog,v 1.61 2013/08/03 04:58:50 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/ChangeLog,v 1.62 2013/10/08 18:26:48 george Exp $ + + 08 Oct 2013; george <george@gentoo.org> gnat-gcc-4.4.7.ebuild: + propagating texinfo fix to 4.4, should resolve #484794 03 Aug 2013; george <george@gentoo.org> gnat-gcc-4.3.5.ebuild, gnat-gcc-4.3.6.ebuild: diff --git a/dev-lang/gnat-gcc/gnat-gcc-4.4.7.ebuild b/dev-lang/gnat-gcc/gnat-gcc-4.4.7.ebuild index 9395bf239350..e2531aec2155 100644 --- a/dev-lang/gnat-gcc/gnat-gcc-4.4.7.ebuild +++ b/dev-lang/gnat-gcc/gnat-gcc-4.4.7.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.4.7.ebuild,v 1.1 2012/09/25 10:38:32 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.4.7.ebuild,v 1.2 2013/10/08 18:26:48 george Exp $ inherit gnatbuild @@ -30,6 +30,7 @@ RDEPEND=">=dev-libs/mpfr-3.0.1 >=sys-libs/ncurses-5.7" DEPEND="${RDEPEND} + <sys-apps/texinfo-5.1 >=sys-devel/bison-1.875 >=sys-libs/glibc-2.8 >=sys-devel/binutils-2.20" |