summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2006-04-19 21:26:57 +0000
committerGeorge Shapovalov <george@gentoo.org>2006-04-19 21:26:57 +0000
commitacc9feb6a7490bd14bec91f6076e3f7c5cdee0e1 (patch)
treef606a48f2d3892c49f37cf26c932295d11ec5b22 /eclass
parentspecial handling on ppc no longer necessary, first fixes in.. (diff)
downloadgentoo-2-acc9feb6a7490bd14bec91f6076e3f7c5cdee0e1.tar.gz
gentoo-2-acc9feb6a7490bd14bec91f6076e3f7c5cdee0e1.tar.bz2
gentoo-2-acc9feb6a7490bd14bec91f6076e3f7c5cdee0e1.zip
added ROOTPATH to generated env entry
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gnatbuild.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/gnatbuild.eclass b/eclass/gnatbuild.eclass
index 032905d5290a..cf91e1fe2f42 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.12 2006/04/19 21:19:40 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.13 2006/04/19 21:26:57 george Exp $
# ATTN!
# set HOMEPAGE and LICENSE in appropriate ebuild, as we have
@@ -145,6 +145,7 @@ create_gnat_env_entry() {
# gnat_specs_file=""
echo "PATH=\"${BINPATH}:${LIBEXECPATH}\"" > ${gnat_envd_file}
+ echo "ROOTPATH=\"${BINPATH}:${LIBEXECPATH}\"" >> ${gnat_envd_file}
LDPATH="${LIBPATH}"
for path in 32 64 o32 ; do