[paludis-commits] r4546 - in trunk: . paludis/repositories/e/ebuild

dleverton at svn.pioto.org dleverton at svn.pioto.org
Sun Apr 6 14:16:13 UTC 2008


Author: dleverton
Date: 2008-04-06 14:16:12 +0000 (Sun, 06 Apr 2008)
New Revision: 4546

Modified:
   trunk/ChangeLog
   trunk/paludis/repositories/e/ebuild/write_vdb_entry.bash
Log:
Allow IUSE defaults in the VDB, now that Portage does and eutils has been fixed.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-04-04 11:13:11 UTC (rev 4545)
+++ trunk/ChangeLog	2008-04-06 14:16:12 UTC (rev 4546)
@@ -5,6 +5,11 @@
 only listed in SVN log. For a summary of what has changed between releases,
 see the NEWS file. This file is occasionally pruned to ChangeLog.old.bz2.
 
+2008-04-06 David Leverton
+
+	* paludis/repositories/e/ebuild/: Allow IUSE defaults in the VDB,
+	now that Portage does and eutils has been fixed.
+
 2008-04-04 David Leverton
 
 	* (lots): Let InternalError through even when we convert other

Modified: trunk/paludis/repositories/e/ebuild/write_vdb_entry.bash
===================================================================
--- trunk/paludis/repositories/e/ebuild/write_vdb_entry.bash	2008-04-04 11:13:11 UTC (rev 4545)
+++ trunk/paludis/repositories/e/ebuild/write_vdb_entry.bash	2008-04-06 14:16:12 UTC (rev 4546)
@@ -109,12 +109,6 @@
             REPOSITORY"
     fi
 
-    local new_IUSE i
-    for i in ${IUSE} ; do
-        new_IUSE="${new_IUSE} ${i#[+-]}"
-    done
-    IUSE="${new_IUSE}"
-
     local v VDB_FORMAT="paludis-2" COUNTER="$(date +%s )"
     for v in ${PALUDIS_VDB_FROM_ENV_VARIABLES} ; do
         if ! paludis_rewrite_var VDB "${v}" "${!v}" > "${vdbdir}"/${v} ; then



More information about the paludis-commits mailing list