diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-12-22 20:29:38 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-12-22 20:29:38 +0000 |
commit | f9c49c6d74297fac56030260c192644e8bc30c20 (patch) | |
tree | 67f79cc5485a1fbe4efdc93b54d2d07572e4feae /virtual/editor | |
parent | Add bug to changelog. (diff) | |
download | gentoo-2-f9c49c6d74297fac56030260c192644e8bc30c20.tar.gz gentoo-2-f9c49c6d74297fac56030260c192644e8bc30c20.tar.bz2 gentoo-2-f9c49c6d74297fac56030260c192644e8bc30c20.zip |
Dependencies should be kept in alphabetical order (except for nano).
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'virtual/editor')
-rw-r--r-- | virtual/editor/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/editor/editor-0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/virtual/editor/ChangeLog b/virtual/editor/ChangeLog index d72c8aefddab..e8bf20ca3267 100644 --- a/virtual/editor/ChangeLog +++ b/virtual/editor/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/editor # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/editor/ChangeLog,v 1.22 2011/09/21 20:12:11 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/editor/ChangeLog,v 1.23 2011/12/22 20:29:38 ulm Exp $ + + 22 Dec 2011; Ulrich Mueller <ulm@gentoo.org> editor-0.ebuild: + Dependencies should be kept in alphabetical order (except for nano). 21 Sep 2011; Mike Gilbert <floppym@gentoo.org> editor-0.ebuild: Prefer vim over gvim to reduce the size of emerge -e @system. diff --git a/virtual/editor/editor-0.ebuild b/virtual/editor/editor-0.ebuild index 1ecb178651c8..320ab5d4fc64 100644 --- a/virtual/editor/editor-0.ebuild +++ b/virtual/editor/editor-0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/editor/editor-0.ebuild,v 1.24 2011/09/21 20:12:11 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/editor/editor-0.ebuild,v 1.25 2011/12/22 20:29:38 ulm Exp $ EAPI=2 @@ -29,8 +29,6 @@ RDEPEND="|| ( app-editors/nano app-editors/emact app-editors/ersatz-emacs app-editors/fe - app-editors/vim - app-editors/gvim app-editors/jasspa-microemacs app-editors/jed app-editors/joe @@ -46,6 +44,8 @@ RDEPEND="|| ( app-editors/nano app-editors/teco app-editors/uemacs-pk app-editors/vile + app-editors/vim + app-editors/gvim app-editors/xemacs app-editors/zile app-misc/mc[edit] |