diff options
author | 2011-08-29 00:02:37 +0000 | |
---|---|---|
committer | 2011-08-29 00:02:37 +0000 | |
commit | 355fbc19f922ea9b8ae2ccbd4444e8164388f153 (patch) | |
tree | b3ed9f00abc0e77885eb49b917576d778180e71b /dev-util | |
parent | Add missing introspection dep, bug 380789 (diff) | |
download | gentoo-2-355fbc19f922ea9b8ae2ccbd4444e8164388f153.tar.gz gentoo-2-355fbc19f922ea9b8ae2ccbd4444e8164388f153.tar.bz2 gentoo-2-355fbc19f922ea9b8ae2ccbd4444e8164388f153.zip |
Can use either vim or gvim for the /usr/bin/vim binary, bug 379647
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/gtk-doc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/gtk-doc/gtk-doc-1.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/gtk-doc/ChangeLog b/dev-util/gtk-doc/ChangeLog index e36bb45a4218..b8af5b76102a 100644 --- a/dev-util/gtk-doc/ChangeLog +++ b/dev-util/gtk-doc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/gtk-doc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-doc/ChangeLog,v 1.159 2011/08/20 18:36:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-doc/ChangeLog,v 1.160 2011/08/29 00:02:37 nirbheek Exp $ + + 29 Aug 2011; Nirbheek Chauhan <nirbheek@gentoo.org> gtk-doc-1.17.ebuild: + Can use either vim or gvim for the /usr/bin/vim binary, bug 379647 20 Aug 2011; Jeroen Roovers <jer@gentoo.org> gtk-doc-1.17.ebuild: Stable for HPPA (bug #369909). diff --git a/dev-util/gtk-doc/gtk-doc-1.17.ebuild b/dev-util/gtk-doc/gtk-doc-1.17.ebuild index 6ca2fe755ce4..7b33190fd4ee 100644 --- a/dev-util/gtk-doc/gtk-doc-1.17.ebuild +++ b/dev-util/gtk-doc/gtk-doc-1.17.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/dev-util/gtk-doc/gtk-doc-1.17.ebuild,v 1.8 2011/08/20 18:36:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-doc/gtk-doc-1.17.ebuild,v 1.9 2011/08/29 00:02:37 nirbheek Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -27,7 +27,7 @@ RDEPEND=">=dev-libs/glib-2.6:2 >=app-text/docbook-dsssl-stylesheets-1.40 emacs? ( virtual/emacs ) highlight? ( - vim? ( app-editors/vim ) + vim? ( || ( app-editors/vim app-editors/gvim ) ) !vim? ( dev-util/source-highlight ) ) !!<dev-tex/tex4ht-20090611_p1038-r1" |