diff options
author | George Shapovalov <george@gentoo.org> | 2011-09-23 14:06:34 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2011-09-23 14:06:34 +0000 |
commit | e1784f98287f16702d8dc454bd6403332af1a865 (patch) | |
tree | 5723b5df232fcd10555932082197afc36d3cf728 /virtual/gnat | |
parent | Remove git.eclass old clones if git-2 clone succeeds. (diff) | |
download | gentoo-2-e1784f98287f16702d8dc454bd6403332af1a865.tar.gz gentoo-2-e1784f98287f16702d8dc454bd6403332af1a865.tar.bz2 gentoo-2-e1784f98287f16702d8dc454bd6403332af1a865.zip |
propagated stable to matching virtual, as per #372179
(Portage version: 2.1.10.6/cvs/Linux x86_64)
Diffstat (limited to 'virtual/gnat')
-rw-r--r-- | virtual/gnat/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/gnat/gnat-4.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/virtual/gnat/ChangeLog b/virtual/gnat/ChangeLog index 68550bf03722..de7bcfd1e16f 100644 --- a/virtual/gnat/ChangeLog +++ b/virtual/gnat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/gnat # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/gnat/ChangeLog,v 1.11 2011/09/19 07:05:57 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/gnat/ChangeLog,v 1.12 2011/09/23 14:06:34 george Exp $ + + 23 Sep 2011; George Shapovalov <george@gentoo.org> gnat-4.3.ebuild: + propagated stable to matching virtual, as per #372179 *gnat-4.4 (19 Sep 2011) diff --git a/virtual/gnat/gnat-4.3.ebuild b/virtual/gnat/gnat-4.3.ebuild index be70e3b1e13b..9340bbcd8c2d 100644 --- a/virtual/gnat/gnat-4.3.ebuild +++ b/virtual/gnat/gnat-4.3.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/gnat/gnat-4.3.ebuild,v 1.2 2010/01/11 10:59:29 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/gnat/gnat-4.3.ebuild,v 1.3 2011/09/23 14:06:34 george Exp $ DESCRIPTION="Virtual for the gnat compiler selection" HOMEPAGE="" SRC_URI="" LICENSE="" SLOT="4.3" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="" RDEPEND="=dev-lang/gnat-gcc-4.3*" DEPEND="" |