diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-10-05 16:48:25 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-10-05 16:48:25 +0000 |
commit | 3c11d54398e3e72baca20075c51f8e097752612b (patch) | |
tree | 736100332febefc1bcfd3ac1fde7653cd82ab417 /eclass | |
parent | arm stable, bug #475480 (diff) | |
download | gentoo-2-3c11d54398e3e72baca20075c51f8e097752612b.tar.gz gentoo-2-3c11d54398e3e72baca20075c51f8e097752612b.tar.bz2 gentoo-2-3c11d54398e3e72baca20075c51f8e097752612b.zip |
Add missing git DEPEND wrt bug #487026.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/git-r3.eclass | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index a0e9d30b2043..dc16a09e6294 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1008 2013/10/05 13:40:57 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1009 2013/10/05 16:48:25 mgorny Exp $ + + 05 Oct 2013; Michał Górny <mgorny@gentoo.org> git-r3.eclass: + Add missing git DEPEND wrt bug #487026. 05 Oct 2013; Vlastimil Babka <caster@gentoo.org> java-ant-2.eclass: Convert comments for eclass manpages. Heavily based on work from ercpe, bug diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass index 1be821534326..6e48c49b3feb 100644 --- a/eclass/git-r3.eclass +++ b/eclass/git-r3.eclass @@ -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/eclass/git-r3.eclass,v 1.12 2013/09/27 16:22:28 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/git-r3.eclass,v 1.13 2013/10/05 16:48:25 mgorny Exp $ # @ECLASS: git-r3.eclass # @MAINTAINER: @@ -29,6 +29,8 @@ EXPORT_FUNCTIONS src_unpack if [[ ! ${_GIT_R3} ]]; then +DEPEND=">=dev-vcs/git-1.8.2.1" + # @ECLASS-VARIABLE: EGIT3_STORE_DIR # @DESCRIPTION: # Storage directory for git sources. |