blob: 814f81c273f363711c42232418520e3982de5892 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2014 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.3 2014/08/06 06:11:37 patrick Exp $
DESCRIPTION="Virtual for the gnat compiler selection"
HOMEPAGE=""
SRC_URI=""
LICENSE=""
SLOT="4.3"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="=dev-lang/gnat-gcc-4.4*"
DEPEND=""
|