diff options
author | 2013-07-31 05:04:51 +0000 | |
---|---|---|
committer | 2013-07-31 05:04:51 +0000 | |
commit | 00675e0c324703a2179f1f279a77e983012da852 (patch) | |
tree | b765ab8d99462426bb2ab13ced47e54cc7eb9b06 /dev-vcs/git | |
parent | upgrade emake in complile phase to match 4.3.0 (diff) | |
download | gentoo-2-00675e0c324703a2179f1f279a77e983012da852.tar.gz gentoo-2-00675e0c324703a2179f1f279a77e983012da852.tar.bz2 gentoo-2-00675e0c324703a2179f1f279a77e983012da852.zip |
Allow building against >=dev-lang/perl-5.16 without 'build' in IUSE.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'dev-vcs/git')
-rw-r--r-- | dev-vcs/git/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/git/git-1.8.3.2.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/git/git-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-vcs/git/ChangeLog b/dev-vcs/git/ChangeLog index e618cbe00f81..d72eede21445 100644 --- a/dev-vcs/git/ChangeLog +++ b/dev-vcs/git/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/git # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.205 2013/07/26 23:04:25 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.206 2013/07/31 05:04:51 mattst88 Exp $ + + 31 Jul 2013; Matt Turner <mattst88@gentoo.org> git-1.8.3.2.ebuild, + git-9999.ebuild: + Allow building against >=dev-lang/perl-5.16 without 'build' in IUSE. 26 Jul 2013; William Hubbs <williamh@gentoo.org> git-9999.ebuild: non-maintainer commit: sync live ebuild with git-1.8.3.2. diff --git a/dev-vcs/git/git-1.8.3.2.ebuild b/dev-vcs/git/git-1.8.3.2.ebuild index 9ccf7e5ddff8..031f47a68a3b 100644 --- a/dev-vcs/git/git-1.8.3.2.ebuild +++ b/dev-vcs/git/git-1.8.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.3.2.ebuild,v 1.3 2013/07/15 05:58:50 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.3.2.ebuild,v 1.4 2013/07/31 05:04:51 mattst88 Exp $ EAPI=5 @@ -47,7 +47,7 @@ CDEPEND=" dev-libs/openssl sys-libs/zlib pcre? ( dev-libs/libpcre ) - perl? ( dev-lang/perl[-build] ) + perl? ( dev-lang/perl[-build(-)] ) tk? ( dev-lang/tk ) curl? ( net-misc/curl diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild index 6926dbaace7f..f80f23cc61ed 100644 --- a/dev-vcs/git/git-9999.ebuild +++ b/dev-vcs/git/git-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.43 2013/07/26 23:04:25 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.44 2013/07/31 05:04:51 mattst88 Exp $ EAPI=5 @@ -47,7 +47,7 @@ CDEPEND=" dev-libs/openssl sys-libs/zlib pcre? ( dev-libs/libpcre ) - perl? ( dev-lang/perl[-build] ) + perl? ( dev-lang/perl[-build(-)] ) tk? ( dev-lang/tk ) curl? ( net-misc/curl |