diff options
Diffstat (limited to 'app-emulation/wine/wine-1.3.29.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.3.29.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app-emulation/wine/wine-1.3.29.ebuild b/app-emulation/wine/wine-1.3.29.ebuild index 78c7bd26dd5d..0ec97fe44355 100644 --- a/app-emulation/wine/wine-1.3.29.ebuild +++ b/app-emulation/wine/wine-1.3.29.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.29.ebuild,v 1.1 2011/09/26 18:26:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.29.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" |