diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-02 15:41:20 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-02 15:41:20 +0000 |
commit | 44fe5efc80d514d7950d05593affe6807eb8c422 (patch) | |
tree | a39f4bd654e3c9e86adc129ca55995b30ff19931 /eclass | |
parent | Whitespace and cosmetic fix in emake arguments. (diff) | |
download | historical-44fe5efc80d514d7950d05593affe6807eb8c422.tar.gz historical-44fe5efc80d514d7950d05593affe6807eb8c422.tar.bz2 historical-44fe5efc80d514d7950d05593affe6807eb8c422.zip |
Use git-r3 for live ebuilds.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/xorg-2.eclass | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 6e193b551092..e24d698b290f 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1163 2014/03/02 11:50:48 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1164 2014/03/02 15:41:20 mgorny Exp $ + + 02 Mar 2014; Michał Górny <mgorny@gentoo.org> xorg-2.eclass: + Use git-r3 for live ebuilds. 02 Mar 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass: Clarify where EGIT_CLONE_TYPE and EGIT_MIN_CLONE_TYPE is supposed to be set. diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index 33a608eac8b7..d768e375b037 100644 --- a/eclass/xorg-2.eclass +++ b/eclass/xorg-2.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.63 2013/07/30 18:59:18 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.64 2014/03/02 15:41:20 mgorny Exp $ # @ECLASS: xorg-2.eclass # @MAINTAINER: @@ -22,7 +22,7 @@ GIT_ECLASS="" if [[ ${PV} == *9999* ]]; then - GIT_ECLASS="git-2" + GIT_ECLASS="git-r3" XORG_EAUTORECONF="yes" fi @@ -330,7 +330,7 @@ xorg-2_src_unpack() { debug-print-function ${FUNCNAME} "$@" if [[ -n ${GIT_ECLASS} ]]; then - git-2_src_unpack + git-r3_src_unpack else unpack ${A} fi |