blob: d34d42ed9476d1e9175bca0a0a4f8e19712dbe86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/gnat/gnat-4.1.ebuild,v 1.2 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-4.1*"
DEPEND=""
|