summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-03-02 15:41:20 +0000
committerMichał Górny <mgorny@gentoo.org>2014-03-02 15:41:20 +0000
commit58fa5a08b9d98f442df6637f7981a91c9c9ffaf8 (patch)
treeab95bf5e3b53d93b623a831f1dfc9d9a8de5a675 /eclass/xorg-2.eclass
parentWhitespace and cosmetic fix in emake arguments. (diff)
downloadgentoo-2-58fa5a08b9d98f442df6637f7981a91c9c9ffaf8.tar.gz
gentoo-2-58fa5a08b9d98f442df6637f7981a91c9c9ffaf8.tar.bz2
gentoo-2-58fa5a08b9d98f442df6637f7981a91c9c9ffaf8.zip
Use git-r3 for live ebuilds.
Diffstat (limited to 'eclass/xorg-2.eclass')
-rw-r--r--eclass/xorg-2.eclass8
1 files changed, 4 insertions, 4 deletions
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