diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-08-16 05:47:29 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-08-16 05:47:29 +0000 |
commit | 3c0e938a2288fa6b10c8813d8af1062076a36dc4 (patch) | |
tree | d217ce2c7bff01b41ee9049c91e9fa39bb9cc4ea /dev-vcs/git/git-1.7.1.1.ebuild | |
parent | Stable for PPC (bug #327853). (diff) | |
download | gentoo-2-3c0e938a2288fa6b10c8813d8af1062076a36dc4.tar.gz gentoo-2-3c0e938a2288fa6b10c8813d8af1062076a36dc4.tar.bz2 gentoo-2-3c0e938a2288fa6b10c8813d8af1062076a36dc4.zip |
Bug #332935: In newer EAPIs, perl-module brings in dev-lang/perl as well, which we do not always want.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/git/git-1.7.1.1.ebuild')
-rw-r--r-- | dev-vcs/git/git-1.7.1.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-vcs/git/git-1.7.1.1.ebuild b/dev-vcs/git/git-1.7.1.1.ebuild index be50262dcfad..9c62d1a32ddc 100644 --- a/dev-vcs/git/git-1.7.1.1.ebuild +++ b/dev-vcs/git/git-1.7.1.1.ebuild @@ -1,9 +1,10 @@ # 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.1.1.ebuild,v 1.1 2010/06/30 00:15:58 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.1.1.ebuild,v 1.2 2010/08/16 05:47:29 robbat2 Exp $ EAPI=2 +GENTOO_DEPEND_ON_PERL=no inherit toolchain-funcs eutils elisp-common perl-module bash-completion [ "$PV" == "9999" ] && inherit git @@ -35,7 +36,7 @@ IUSE="+blksha1 +curl cgi doc emacs gtk iconv +perl ppcsha1 tk +threads +webdav x CDEPEND=" !blksha1? ( dev-libs/openssl ) sys-libs/zlib - perl? ( dev-lang/perl ) + perl? ( dev-lang/perl[-build] ) tk? ( dev-lang/tk ) curl? ( net-misc/curl |