diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-22 18:47:46 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-22 18:47:46 +0000 |
commit | 18d61441f34b440a3bec16836d086c7a9e363440 (patch) | |
tree | 654c7f86dc7c5af4ba18c328d078ae481975f725 /dev-vcs/git/git-1.7.0.ebuild | |
parent | dev-util/subversion renamed to dev-vcs/subversion. (diff) | |
download | gentoo-2-18d61441f34b440a3bec16836d086c7a9e363440.tar.gz gentoo-2-18d61441f34b440a3bec16836d086c7a9e363440.tar.bz2 gentoo-2-18d61441f34b440a3bec16836d086c7a9e363440.zip |
dev-util/subversion renamed to dev-vcs/subversion.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/git/git-1.7.0.ebuild')
-rw-r--r-- | dev-vcs/git/git-1.7.0.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-vcs/git/git-1.7.0.ebuild b/dev-vcs/git/git-1.7.0.ebuild index e4cd319e78e2..76c34b56ed3c 100644 --- a/dev-vcs/git/git-1.7.0.ebuild +++ b/dev-vcs/git/git-1.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.0.ebuild,v 1.4 2010/06/19 00:49:43 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.0.ebuild,v 1.5 2010/06/22 18:47:46 arfrever Exp $ EAPI=2 @@ -49,7 +49,7 @@ RDEPEND="${CDEPEND} dev-perl/Authen-SASL cgi? ( virtual/perl-CGI ) cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite ) - subversion? ( dev-util/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey ) + subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey ) ) gtk? ( @@ -89,7 +89,7 @@ pkg_setup() { if use webdav && ! use curl ; then ewarn "USE=webdav needs USE=curl. Ignoring" fi - if use subversion && has_version dev-util/subversion && built_with_use --missing false dev-util/subversion dso ; then + if use subversion && has_version dev-vcs/subversion && built_with_use --missing false dev-vcs/subversion dso ; then ewarn "Per Gentoo bugs #223747, #238586, when subversion is built" ewarn "with USE=dso, there may be weird crashes in git-svn. You" ewarn "have been warned." @@ -400,8 +400,8 @@ showpkgdeps() { pkg_postinst() { use emacs && elisp-site-regen - if use subversion && has_version dev-util/subversion && ! built_with_use --missing false dev-util/subversion perl ; then - ewarn "You must build dev-util/subversion with USE=perl" + if use subversion && has_version dev-vcs/subversion && ! built_with_use --missing false dev-vcs/subversion perl ; then + ewarn "You must build dev-vcs/subversion with USE=perl" ewarn "to get the full functionality of git-svn!" fi elog "These additional scripts need some dependencies:" |