summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-02-14 21:54:43 +0000
committerMike Frysinger <vapier@gentoo.org>2014-02-14 21:54:43 +0000
commit42e28e24ef5bd9d2c9c8a502323d35016b7df040 (patch)
tree36f88dce5d6f91ed5c0e6e77e6a84f17eae64a73 /sys-devel
parentRemove old. (diff)
downloadgentoo-2-42e28e24ef5bd9d2c9c8a502323d35016b7df040.tar.gz
gentoo-2-42e28e24ef5bd9d2c9c8a502323d35016b7df040.tar.bz2
gentoo-2-42e28e24ef5bd9d2c9c8a502323d35016b7df040.zip
Revert to git-2 eclass as git-r3 does not support --tags #489100.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/autoconf/ChangeLog4
-rw-r--r--sys-devel/autoconf/autoconf-9999.ebuild7
2 files changed, 6 insertions, 5 deletions
diff --git a/sys-devel/autoconf/ChangeLog b/sys-devel/autoconf/ChangeLog
index 33688522751d..fe731baf75e4 100644
--- a/sys-devel/autoconf/ChangeLog
+++ b/sys-devel/autoconf/ChangeLog
@@ -1,9 +1,9 @@
# ChangeLog for sys-devel/autoconf
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.188 2014/02/14 21:02:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.189 2014/02/14 21:54:43 vapier Exp $
14 Feb 2014; Mike Frysinger <vapier@gentoo.org> autoconf-9999.ebuild:
- Upgrade to EAPI=4 and git-r3 eclass.
+ Upgrade to EAPI=4.
17 Jan 2014; Mike Frysinger <vapier@gentoo.org> autoconf-2.13.ebuild,
autoconf-2.59-r7.ebuild, autoconf-2.61-r2.ebuild, autoconf-2.62-r1.ebuild,
diff --git a/sys-devel/autoconf/autoconf-9999.ebuild b/sys-devel/autoconf/autoconf-9999.ebuild
index 87da41bc7504..8414f3cea2c4 100644
--- a/sys-devel/autoconf/autoconf-9999.ebuild
+++ b/sys-devel/autoconf/autoconf-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-9999.ebuild,v 1.12 2014/02/14 21:02:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-9999.ebuild,v 1.13 2014/02/14 21:54:43 vapier Exp $
EAPI="4"
@@ -9,8 +9,9 @@ inherit eutils
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://git.savannah.gnu.org/${PN}.git
http://git.savannah.gnu.org/r/${PN}.git"
-
- inherit git-r3
+ # We need all the tags in order to figure out the right version.
+ # The git-r3 eclass doesn't support that, so have to stick to 2.
+ inherit git-2
SRC_URI=""
#KEYWORDS=""
else