summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-12-03 02:56:07 +0000
committerMike Frysinger <vapier@gentoo.org>2009-12-03 02:56:07 +0000
commit9fc221f283d52f123a12e2bb027508555d1cc0c2 (patch)
treed77d29a06f8a84f2195efb6d2ee8adcf01dfeb75 /app-emulation/wine/wine-1.1.17.ebuild
parentBug #291821 redux Cleanup the sys-libs/db check more to NOT fire when there a... (diff)
downloadgentoo-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.17.ebuild')
-rw-r--r--app-emulation/wine/wine-1.1.17.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-1.1.17.ebuild b/app-emulation/wine/wine-1.1.17.ebuild
index 75780494fa68..4dd088fe5676 100644
--- a/app-emulation/wine/wine-1.1.17.ebuild
+++ b/app-emulation/wine/wine-1.1.17.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.17.ebuild,v 1.7 2009/08/26 21:57:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.17.ebuild,v 1.8 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"