diff options
author | George Shapovalov <george@gentoo.org> | 2009-04-25 15:31:45 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2009-04-25 15:31:45 +0000 |
commit | da4f072ecbf3b0330a8def92ae2df1f599c43874 (patch) | |
tree | c20b426041d567840c717fa653bc5238eb3574ca /virtual/gnat/gnat-4.2.ebuild | |
parent | Bump to gnome-cups-manager-0.33-r1 (diff) | |
download | gentoo-2-da4f072ecbf3b0330a8def92ae2df1f599c43874.tar.gz gentoo-2-da4f072ecbf3b0330a8def92ae2df1f599c43874.tar.bz2 gentoo-2-da4f072ecbf3b0330a8def92ae2df1f599c43874.zip |
added ebuild for 4.3, fixed SLOT for 4.2
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'virtual/gnat/gnat-4.2.ebuild')
-rw-r--r-- | virtual/gnat/gnat-4.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/virtual/gnat/gnat-4.2.ebuild b/virtual/gnat/gnat-4.2.ebuild index 2250d57e1ddf..1c90190c9b41 100644 --- a/virtual/gnat/gnat-4.2.ebuild +++ b/virtual/gnat/gnat-4.2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/gnat/gnat-4.2.ebuild,v 1.1 2007/05/27 18:13:59 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/gnat/gnat-4.2.ebuild,v 1.2 2009/04/25 15:31:45 george Exp $ DESCRIPTION="Virtual for the gnat compiler selection" HOMEPAGE="http://www.gentoo.org/proj/en/glep/glep-0037.html" SRC_URI="" LICENSE="GMGPL" -SLOT="4.1" +SLOT="4.2" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND="=dev-lang/gnat-gcc-4.2*" |