blob: 8594918ad1c54e5621f31d20f9c925eec5072cd1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/gnat/gnat-4.4.ebuild,v 1.2 2011/09/23 14:10:10 george Exp $
DESCRIPTION="Virtual for the gnat compiler selection"
HOMEPAGE=""
SRC_URI=""
LICENSE=""
SLOT="4.3"
KEYWORDS="~amd64 ~sparc ~x86"
IUSE=""
RDEPEND="=dev-lang/gnat-gcc-4.4*"
DEPEND=""
|