diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-01-28 20:35:53 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-01-28 20:35:53 +0000 |
commit | 83fc03177254bd85d6954f174193f1c5e4984997 (patch) | |
tree | 67161f1fdddba5ced970e3154f4c36cc59e66e79 /dev-vcs/git/git-1.7.9_rc2.ebuild | |
parent | Add net-dns/libidn to dependencies on x86, bug 396079 (diff) | |
download | gentoo-2-83fc03177254bd85d6954f174193f1c5e4984997.tar.gz gentoo-2-83fc03177254bd85d6954f174193f1c5e4984997.tar.bz2 gentoo-2-83fc03177254bd85d6954f174193f1c5e4984997.zip |
Bug #384233: Fix the gitweb syntax highlighting implicit dependency on highlight.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/git/git-1.7.9_rc2.ebuild')
-rw-r--r-- | dev-vcs/git/git-1.7.9_rc2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/git/git-1.7.9_rc2.ebuild b/dev-vcs/git/git-1.7.9_rc2.ebuild index f83fd69afd4f..3c05eacc76ab 100644 --- a/dev-vcs/git/git-1.7.9_rc2.ebuild +++ b/dev-vcs/git/git-1.7.9_rc2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.9_rc2.ebuild,v 1.3 2012/01/27 04:20:21 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.9_rc2.ebuild,v 1.4 2012/01/28 20:35:53 robbat2 Exp $ EAPI=4 @@ -60,7 +60,7 @@ RDEPEND="${CDEPEND} perl? ( dev-perl/Error dev-perl/Net-SMTP-SSL dev-perl/Authen-SASL - cgi? ( virtual/perl-CGI ) + cgi? ( virtual/perl-CGI app-text/highlight ) cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite ) subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey ) ) |