diff options
author | George Shapovalov <george@gentoo.org> | 2006-06-25 10:56:59 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2006-06-25 10:56:59 +0000 |
commit | 558fc4fb9f38df767edf582551661bd18ac82e11 (patch) | |
tree | c5a8fea592724e76b8a5847300f14dbbf8c6f3b6 /eclass/gnatbuild.eclass | |
parent | ppc stable, bug #137382 (diff) | |
download | gentoo-2-558fc4fb9f38df767edf582551661bd18ac82e11.tar.gz gentoo-2-558fc4fb9f38df767edf582551661bd18ac82e11.tar.bz2 gentoo-2-558fc4fb9f38df767edf582551661bd18ac82e11.zip |
commented out PROVIDE
Diffstat (limited to 'eclass/gnatbuild.eclass')
-rw-r--r-- | eclass/gnatbuild.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnatbuild.eclass b/eclass/gnatbuild.eclass index e612f98b9f76..8ead1560216c 100644 --- a/eclass/gnatbuild.eclass +++ b/eclass/gnatbuild.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.15 2006/06/15 15:19:37 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.16 2006/06/25 10:56:59 george Exp $ # # Author: George Shapovalov <george@gentoo.org> # Belongs to: ada herd <ada@gentoo.org> @@ -20,7 +20,7 @@ IUSE="nls" DEPEND="!dev-lang/gnat" RDEPEND="app-admin/eselect-gnat" -PROVIDE="virtual/gnat" +#PROVIDE="virtual/gnat" #---->> globals and SLOT <<---- |