summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2005-12-31 05:27:32 +0000
committerJason Stubbs <jstubbs@gentoo.org>2005-12-31 05:27:32 +0000
commitc6479d3fec9fddeb645d3e5a8c32c7ac1b3c9b4e (patch)
treeb577caa3a92b5e8bbba1cb9b00254b4153ffa214 /bin/ebuild.sh
parentRedo virtuals code that relied on unique_array keeping the original order. (diff)
downloadportage-multirepo-2.1_pre3.tar.gz
portage-multirepo-2.1_pre3.tar.bz2
portage-multirepo-2.1_pre3.zip
Add CTARGET back into the list of vars to be written out for installedv2.1_pre3
packages. svn path=/main/trunk/; revision=2510
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 0fbba489..47632cc4 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -911,7 +911,7 @@ dyn_compile() {
touch .compiled
cd build-info
- for f in ASFLAGS CATEGORY CBUILD CC CFLAGS CHOST CXX \
+ for f in ASFLAGS CATEGORY CBUILD CC CFLAGS CHOST CTARGET CXX \
CXXFLAGS DEPEND EXTRA_ECONF EXTRA_EINSTALL EXTRA_MAKE \
FEATURES INHERITED IUSE LDFLAGS LIBCFLAGS LIBCXXFLAGS \
LICENSE PDEPEND PF PKGUSE PROVIDE RDEPEND RESTRICT SLOT; do