From 7548e43f6cf2e17a0bd79417fb3fca52962962b1 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 29 Mar 2010 06:11:09 +0000 Subject: Stabilize. --- app-emulation/wine/wine-1.1.37.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-emulation/wine/wine-1.1.37.ebuild') diff --git a/app-emulation/wine/wine-1.1.37.ebuild b/app-emulation/wine/wine-1.1.37.ebuild index 0bb93ab73727..716ca2eaf6e7 100644 --- a/app-emulation/wine/wine-1.1.37.ebuild +++ b/app-emulation/wine/wine-1.1.37.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.37.ebuild,v 1.2 2010/03/05 17:42:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.37.ebuild,v 1.3 2010/03/29 06:11:09 vapier Exp $ EAPI="2" @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then else MY_P="${PN}-${PV/_/-}" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" - KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd" + KEYWORDS="-* amd64 x86 ~x86-fbsd" S=${WORKDIR}/${MY_P} fi -- cgit v1.2.3-65-gdbad