blob: e0515d0c7958a852427072c050814c0bcdcd78bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/gnat/gnat-3.4.ebuild,v 1.4 2006/08/23 21:18:32 swegener Exp $
DESCRIPTION="Virtual for the gnat compiler selection"
HOMEPAGE="http://www.gentoo.org/proj/en/glep/glep-0037.html"
SRC_URI=""
LICENSE="GMGPL"
SLOT="3.4"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="|| ( =dev-lang/gnat-gcc-3.4*
=dev-lang/gnat-gpl-3.4* )"
DEPEND=""
|