diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-07-05 00:18:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-07-05 00:18:26 +0000 |
commit | eaaedeb104ecec545b00e3573657d027e3037b16 (patch) | |
tree | 81e29e8bcb2b67e2b1e59c4d641eb3680f00a283 /app-emulation/wine/wine-1.3.23.ebuild | |
parent | Add USE=opencl support by Fabio Erculiani #367225. (diff) | |
download | historical-eaaedeb104ecec545b00e3573657d027e3037b16.tar.gz historical-eaaedeb104ecec545b00e3573657d027e3037b16.tar.bz2 historical-eaaedeb104ecec545b00e3573657d027e3037b16.zip |
Convert to git-2 eclass.
Package-Manager: portage-2.2.0_alpha43/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/wine/wine-1.3.23.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.3.23.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/wine/wine-1.3.23.ebuild b/app-emulation/wine/wine-1.3.23.ebuild index b5e54ad25766..a3684bb7ea71 100644 --- a/app-emulation/wine/wine-1.3.23.ebuild +++ b/app-emulation/wine/wine-1.3.23.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.23.ebuild,v 1.2 2011/07/05 00:16:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.23.ebuild,v 1.3 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 @@ -108,7 +108,7 @@ src_unpack() { fi if [[ ${PV} == "9999" ]] ; then - git_src_unpack + git-2_src_unpack else unpack ${MY_P}.tar.bz2 fi |