diff options
author | George Shapovalov <george@gentoo.org> | 2006-05-13 20:17:48 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2006-05-13 20:17:48 +0000 |
commit | 49fba455c1bd5779cd825a8f5d9eef5f6b40dcda (patch) | |
tree | 618d073eda7b252f667851d2016aece589c4ddf8 /dev-lang/gnat/gnat-3.41.ebuild | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | gentoo-2-49fba455c1bd5779cd825a8f5d9eef5f6b40dcda.tar.gz gentoo-2-49fba455c1bd5779cd825a8f5d9eef5f6b40dcda.tar.bz2 gentoo-2-49fba455c1bd5779cd825a8f5d9eef5f6b40dcda.zip |
removed inherit gnat throughout, as new eclass is for the libs only. These ebuilds are due to be masked soon, use gnat-xxx instead..
(Portage version: 2.1_pre10-r5)
Diffstat (limited to 'dev-lang/gnat/gnat-3.41.ebuild')
-rw-r--r-- | dev-lang/gnat/gnat-3.41.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-lang/gnat/gnat-3.41.ebuild b/dev-lang/gnat/gnat-3.41.ebuild index d795f1343425..59ef03d6a9e6 100644 --- a/dev-lang/gnat/gnat-3.41.ebuild +++ b/dev-lang/gnat/gnat-3.41.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat/gnat-3.41.ebuild,v 1.5 2006/04/11 15:19:06 george Exp $ - -inherit gnat +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat/gnat-3.41.ebuild,v 1.6 2006/05/13 20:17:48 george Exp $ MY_PV=3.4.1 DESCRIPTION="GNAT Ada Compiler" |