diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-12-03 02:56:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-12-03 02:56:07 +0000 |
commit | 9fc221f283d52f123a12e2bb027508555d1cc0c2 (patch) | |
tree | d77d29a06f8a84f2195efb6d2ee8adcf01dfeb75 /app-emulation/wine/wine-1.1.33.ebuild | |
parent | Bug #291821 redux Cleanup the sys-libs/db check more to NOT fire when there a... (diff) | |
download | gentoo-2-9fc221f283d52f123a12e2bb027508555d1cc0c2.tar.gz gentoo-2-9fc221f283d52f123a12e2bb027508555d1cc0c2.tar.bz2 gentoo-2-9fc221f283d52f123a12e2bb027508555d1cc0c2.zip |
comment out live KEYWORDS to keep ekeyword happy
Diffstat (limited to 'app-emulation/wine/wine-1.1.33.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.1.33.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-1.1.33.ebuild b/app-emulation/wine/wine-1.1.33.ebuild index cd16da17931f..038963ef86e4 100644 --- a/app-emulation/wine/wine-1.1.33.ebuild +++ b/app-emulation/wine/wine-1.1.33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.33.ebuild,v 1.1 2009/11/15 02:00:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.33.ebuild,v 1.2 2009/12/03 02:56:07 vapier Exp $ EAPI="2" @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://source.winehq.org/git/wine.git" inherit git SRC_URI="" - KEYWORDS="" + #KEYWORDS="" else MY_P="${PN}-${PV/_/-}" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" |