From: Brian Harring Date: Wed, 28 Sep 2005 00:02:19 +0000 (-0000) Subject: eapi fix up for installation. X-Git-Tag: v2.0.53_rc4_2111~55 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=307e335a60b53301cf44a35560bb3b408ffd18c1;p=portage.git eapi fix up for installation. svn path=/main/branches/2.0/; revision=2032 --- diff --git a/ChangeLog b/ChangeLog index 2bb12f09e..a6288b32d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,9 @@ 2. /var/cache/edb/world is now /var/lib/portage/world. 3. /etc/portage/profile/virtuals is _USER_ configs only. + 27 Sep 2005; Brian Harring bin/ebuild.sh: + Tweak to make EAPI work for existing vdb entries. + 24 Sep 2005; Brian Harring pym/portage.py, bin/emerge: Final emerge metadata/cache cleanups; emerge --metadata no longer diff --git a/bin/ebuild.sh b/bin/ebuild.sh index d73117967..967fe4ced 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -939,6 +939,7 @@ dyn_compile() { echo "$RESTRICT" > RESTRICT echo "$SLOT" > SLOT echo "$USE" > USE + echo "$EAPI" > EAPI set > environment export -p | sed 's:declare -rx:declare -x:' >> environment