From 430ce6fed697eea6c68b13ecdcad14bc6fdac01d Mon Sep 17 00:00:00 2001 From: Brian Harring Date: Sat, 24 Sep 2005 17:54:05 +0000 Subject: EAPI awareness, and flat_hash/flat_list autodetection for rysnc cache. svn path=/main/branches/2.0/; revision=2022 --- bin/ebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ebuild.sh') diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 8cba9030c..d73117967 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1898,6 +1898,7 @@ for myarg in $*; do echo `echo "$CDEPEND"` >> $dbkey echo `echo "$PDEPEND"` >> $dbkey echo `echo "$PROVIDE"` >> $dbkey + echo `echo "${EAPI:-0}"` >> $dbkey echo `echo "$UNUSED_01"` >> $dbkey echo `echo "$UNUSED_02"` >> $dbkey echo `echo "$UNUSED_03"` >> $dbkey @@ -1905,7 +1906,6 @@ for myarg in $*; do echo `echo "$UNUSED_05"` >> $dbkey echo `echo "$UNUSED_06"` >> $dbkey echo `echo "$UNUSED_07"` >> $dbkey - echo `echo "$UNUSED_08"` >> $dbkey set +f #make sure it is writable by our group: exit 0 -- cgit v1.2.3-1-g7c22