summaryrefslogtreecommitdiff
blob: ff23d600c6a0ae7f23e50c8dc7652519814683ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI="5"

DESCRIPTION="Virtual for selecting an appropriate Ada compiler"
# Different versions of Ada compilers can and likely will be installed side by
# side
SLOT="1995"
KEYWORDS="amd64 ppc x86"

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