diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-06-03 03:32:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-06-03 03:32:31 +0000 |
commit | adaa4b6bae36c410cabb4561909b8e45837eebc3 (patch) | |
tree | 458dc8318dbf8544fa5a4411d95fcdc2b6f13571 /app-emulation/wine/wine-1.1.42.ebuild | |
parent | Version bump #321389 by fLiNg. (diff) | |
download | gentoo-2-adaa4b6bae36c410cabb4561909b8e45837eebc3.tar.gz gentoo-2-adaa4b6bae36c410cabb4561909b8e45837eebc3.tar.bz2 gentoo-2-adaa4b6bae36c410cabb4561909b8e45837eebc3.zip |
Stabilize.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/wine/wine-1.1.42.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.1.42.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-1.1.42.ebuild b/app-emulation/wine/wine-1.1.42.ebuild index c96fde2eccb0..6d74e05d8532 100644 --- a/app-emulation/wine/wine-1.1.42.ebuild +++ b/app-emulation/wine/wine-1.1.42.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.42.ebuild,v 1.1 2010/04/10 20:01:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.42.ebuild,v 1.2 2010/06/03 03:32:31 vapier Exp $ EAPI="2" @@ -15,7 +15,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 |