# Copyright (c) 2012 The Chromium OS Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. # The dev-util -> dev-vcs migration isn't as smooth as we'd like due to # the profiles/updates/ files only applying to packages installed from # that overlay. Force unmerge the old packages if they were not auto # migrated for the user. See https://gerrit.chromium.org/gerrit/13148 # for some in-depth details. sudo CLEAN_DELAY=0 emerge -C dev-util/{git,subversion} net-misc/neon exit 0