From bab171b37f41f1027a3c3391e6139010e4e571d1 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Wed, 13 Jan 2010 15:06:11 +0000 Subject: Use correct fallback function, since we dont inherit base eclass at all. --- eclass/gnat.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') diff --git a/eclass/gnat.eclass b/eclass/gnat.eclass index f9beb314175f..21a85d9596c1 100644 --- a/eclass/gnat.eclass +++ b/eclass/gnat.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.38 2009/03/26 09:56:51 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.39 2010/01/13 15:06:11 scarabeus Exp $ # # Author: George Shapovalov # Belongs to: ada herd @@ -328,7 +328,7 @@ gnat_pkg_postinst() { # standard lib_compile plug. Adapted from base.eclass lib_compile() { debug-print-function $FUNCNAME $* - [ -z "$1" ] && base_src_compile all + [ -z "$1" ] && lib_compile all cd ${SL} -- cgit v1.2.3-65-gdbad