From 4c4ebe8766f7e7f51538c8b7284acef9a007320b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 31 May 2012 01:44:45 -0400 Subject: crossdev: fix bad use flag settings with non-versioned packages If the xVER variable isn't set, we only add 4 args to the array, and the subsequent shift of 5 would fail. So we'd end up treating the previous args as USE flags and add them to package.use. Make this work as intended by quoting the VER variable. Signed-off-by: Mike Frysinger --- TODO | 6 ------ 1 file changed, 6 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index f5e089b..5cfdc52 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,2 @@ - strip package.use.force (i.e. building x86_64 on x86_64 gets forced multilib) - filter /usr/CTARGET/ from revdep-rebuild #182601 - -- package.use not getting setup correctly: -# cat /etc/portage/package.use/cross-x86_64-cros-linux-gnu -cross-x86_64-cros-linux-gnu/gdb sys-devel gdb -cross-x86_64-cros-linux-gnu/insight dev-util insight -cross-x86_64-cros-linux-gnu/binutils -selinux multilib -- cgit v1.2.3-65-gdbad