summaryrefslogtreecommitdiff
blob: 26b5f8f16c134235d2de22009599a58e2361f040 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/ada/ada-1995.ebuild,v 1.1 2007/12/26 22:07:35 george 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"

# Different versions of Ada compilers can and likely will be installed side by
# side
SLOT="1995"

KEYWORDS="~amd64 ~x86 ~ppc"
IUSE=""

RDEPEND="|| (
	=dev-lang/gnat-gcc-4.2*
	=dev-lang/gnat-gcc-4.1*
	=dev-lang/gnat-gcc-3.4*
	=dev-lang/gnat-gpl-3.4* )"
DEPEND=""