blob: 1fc0ab9d7229557ff34c2d61b2d7cbba4884c79d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/ada/ada-2005.ebuild,v 1.3 2009/04/29 16:48:32 fauli Exp $
DESCRIPTION="Virtual for selecting an appropriate Ada compiler."
HOMEPAGE="http://www.gentoo.org/proj/en/glep/glep-0037.html"
SRC_URI=""
LICENSE="GPL-2"
SLOT="2005"
KEYWORDS="~amd64 ~ppc x86"
IUSE=""
# Only one at present, but gnat-gcc-4.3 is coming soon too
RDEPEND="|| (
>=dev-lang/gnat-gcc-4.3
>=dev-lang/gnat-gpl-4.1 )"
DEPEND=""
|