public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r9863 - main/branches/2.1.2/bin
@ 2008-04-13  5:40 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2008-04-13  5:40 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2008-04-13 05:40:33 +0000 (Sun, 13 Apr 2008)
New Revision: 9863

Modified:
   main/branches/2.1.2/bin/ebuild.sh
Log:
Bug #215673 - Make ebuild.sh leave IUSE defaults intact instead of filtering
them out. The built_with_use() function in eutils.eclass needs to be updated
for compatibility. (trunk r9674)


Modified: main/branches/2.1.2/bin/ebuild.sh
===================================================================
--- main/branches/2.1.2/bin/ebuild.sh	2008-04-13 05:36:05 UTC (rev 9862)
+++ main/branches/2.1.2/bin/ebuild.sh	2008-04-13 05:40:33 UTC (rev 9863)
@@ -1707,20 +1707,6 @@
 	PDEPEND="${PDEPEND} ${E_PDEPEND}"
 
 	unset ECLASS E_IUSE E_DEPEND E_RDEPEND E_PDEPEND
-
-	if [ "${EBUILD_PHASE}" != "depend" ] ; then
-		# Make IUSE defaults backward compatible with all the old shell code.
-		iuse_temp=""
-		for x in ${IUSE} ; do
-			if [[ ${x} == +* ]] || [[ ${x} == -* ]] ; then
-				iuse_temp="${iuse_temp} ${x:1}"
-			else
-				iuse_temp="${iuse_temp} ${x}"
-			fi
-		done
-		export IUSE=${iuse_temp}
-		unset x iuse_temp
-	fi
 	set +f
 fi
 

-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-13  5:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-13  5:40 [gentoo-commits] portage r9863 - main/branches/2.1.2/bin Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox