summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-07-05 00:18:26 +0000
committerMike Frysinger <vapier@gentoo.org>2011-07-05 00:18:26 +0000
commit3bd476200d4ab62e4e4f3c9eb5b577b2d6cc27db (patch)
tree6d36a96e40615b3387b5c67b4cdb95380d0224b0 /app-emulation/wine/wine-1.3.4.ebuild
parentAdd USE=opencl support by Fabio Erculiani #367225. (diff)
downloadgentoo-2-3bd476200d4ab62e4e4f3c9eb5b577b2d6cc27db.tar.gz
gentoo-2-3bd476200d4ab62e4e4f3c9eb5b577b2d6cc27db.tar.bz2
gentoo-2-3bd476200d4ab62e4e4f3c9eb5b577b2d6cc27db.zip
Convert to git-2 eclass.
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/wine/wine-1.3.4.ebuild')
-rw-r--r--app-emulation/wine/wine-1.3.4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/wine/wine-1.3.4.ebuild b/app-emulation/wine/wine-1.3.4.ebuild
index 03c9a3ffac2f..d9f1ed3d791a 100644
--- a/app-emulation/wine/wine-1.3.4.ebuild
+++ b/app-emulation/wine/wine-1.3.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.4.ebuild,v 1.6 2011/04/30 06:26:23 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.4.ebuild,v 1.7 2011/07/05 00:18:26 vapier Exp $
EAPI="2"
@@ -8,7 +8,7 @@ inherit eutils flag-o-matic multilib
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
- inherit git autotools
+ inherit git-2 autotools
SRC_URI=""
#KEYWORDS=""
else
@@ -105,7 +105,7 @@ src_unpack() {
fi
if [[ ${PV} == "9999" ]] ; then
- git_src_unpack
+ git-2_src_unpack
else
unpack ${MY_P}.tar.bz2
fi