You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/virtual/ada/ada-1995.ebuild

25 lines
484 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
DESCRIPTION="Virtual for selecting an appropriate Ada compiler"
HOMEPAGE=""
SRC_URI=""
LICENSE=""
# Different versions of Ada compilers can and likely will be installed side by
# side
SLOT="1995"
KEYWORDS="amd64 ppc x86"
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=""