summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/wine/wine-1.3.31.ebuild')
-rw-r--r--app-emulation/wine/wine-1.3.31.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/app-emulation/wine/wine-1.3.31.ebuild b/app-emulation/wine/wine-1.3.31.ebuild
index 580d06e830a5..5ff50229112c 100644
--- a/app-emulation/wine/wine-1.3.31.ebuild
+++ b/app-emulation/wine/wine-1.3.31.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.31.ebuild,v 1.1 2011/11/07 01:57:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.31.ebuild,v 1.2 2011/12/02 23:32:04 vapier Exp $
EAPI="2"
@@ -8,12 +8,10 @@ inherit eutils flag-o-matic multilib
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
- inherit git-2 autotools
+ inherit git-2
SRC_URI=""
#KEYWORDS=""
else
- AUTOTOOLS_AUTO_DEPEND="no"
- inherit autotools
MY_P="${PN}-${PV/_/-}"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"