summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-01-13 15:06:11 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-01-13 15:06:11 +0000
commitbab171b37f41f1027a3c3391e6139010e4e571d1 (patch)
tree122f8cdd2f4a05c4de79343fa0a67ccfb5f02bdd /eclass
parentMask unused poppler Qt3 bindings (bug #300162). (diff)
downloadhistorical-bab171b37f41f1027a3c3391e6139010e4e571d1.tar.gz
historical-bab171b37f41f1027a3c3391e6139010e4e571d1.tar.bz2
historical-bab171b37f41f1027a3c3391e6139010e4e571d1.zip
Use correct fallback function, since we dont inherit base eclass at all.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gnat.eclass4
1 files changed, 2 insertions, 2 deletions
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 <george@gentoo.org>
# Belongs to: ada herd <ada@gentoo.org>
@@ -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}