blob: e992b0737f47b360ffb57b02072fc2b51736294d [file] [log] [blame]
# Copyright 2015 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.
# Clean out old emacs versions that people installed by hand. Since they've
# moved and have blockers, portage often won't auto-resolve the upgrade.
# This doesn't mean people need to manually recover -- normally they will have
# virtual/emacs installed which will automatically pull back in emacs.
packages=(
app-editors/emacs
app-admin/eselect-ctags
app-admin/eselect-emacs
)
exec sudo qmerge -yqU "${packages[@]}"