diff options
author | George Shapovalov <george@gentoo.org> | 2006-04-13 16:37:18 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2006-04-13 16:37:18 +0000 |
commit | 9bb2a6c86cdef5eb38581ae9b38015064ba35561 (patch) | |
tree | f29321b237075890e9a39b1953ebb16e9595fbea /eclass | |
parent | fix cpufreq startup preferences glitch (diff) | |
download | gentoo-2-9bb2a6c86cdef5eb38581ae9b38015064ba35561.tar.gz gentoo-2-9bb2a6c86cdef5eb38581ae9b38015064ba35561.tar.bz2 gentoo-2-9bb2a6c86cdef5eb38581ae9b38015064ba35561.zip |
added PROVIDE=virtual/gnat for compatibility with old virtuals
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gnatbuild.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/gnatbuild.eclass b/eclass/gnatbuild.eclass index 4462c6736c2d..b47c078b17ae 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.10 2006/04/12 15:00:36 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.11 2006/04/13 16:37:18 george Exp $ # ATTN! # set HOMEPAGE and LICENSE in appropriate ebuild, as we have @@ -18,6 +18,8 @@ IUSE="nls" DEPEND="!dev-lang/gnat" RDEPEND="app-admin/eselect-gnat" +PROVIDE="virtual/gnat" + #---->> globals and SLOT <<---- # just a check, this location seems to vary too much, easier to track it in |