Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2569)

Unified Diff: chromeos-base/chromeos/chromeos-0.0.1.ebuild

Issue 6851017: Pin down app-editors/vim as the virtual/editor in chromeos ebuild. (Closed) Base URL: ssh://gitrw.chromium.org:9222/chromiumos-overlay.git@master
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | profiles/targets/chromeos/package.use » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos-base/chromeos/chromeos-0.0.1.ebuild
diff --git a/chromeos-base/chromeos/chromeos-0.0.1.ebuild b/chromeos-base/chromeos/chromeos-0.0.1.ebuild
index f4673f315f62e3a10c4dabe41e84b707ee52cdf0..e6d70281a88725f882febef7ad0b0e869be6794b 100644
--- a/chromeos-base/chromeos/chromeos-0.0.1.ebuild
+++ b/chromeos-base/chromeos/chromeos-0.0.1.ebuild
@@ -121,6 +121,13 @@ RDEPEND="${RDEPEND}
virtual/chromeos-bsp
"
+# Specifically include the editor we want to appear in chromeos images, so that
+# it is deterministic which editor is chosen by 'virtual/editor' dependencies
+# (such as in the 'sudo' package). See crosbug.com/5777.
+RDEPEND="${RDEPEND}
+ app-editors/vim
+ "
+
#TODO(micahc): Remove board-devices from RDEPEND in lieu of virtual/chromeos-bsp
RDEPEND="${RDEPEND}
app-admin/rsyslog
« no previous file with comments | « no previous file | profiles/targets/chromeos/package.use » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698