diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-22 06:49:19 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-22 06:49:19 +0000 |
commit | 9148e9b34d7ebc4fc01efa4489901c2d1169d7be (patch) | |
tree | 8c2c953346ac15b6c21469f4165df1b3469837e9 /app-emulation/wine/wine-1.6.ebuild | |
parent | Stable for x86, wrt bug #483274 (diff) | |
download | historical-9148e9b34d7ebc4fc01efa4489901c2d1169d7be.tar.gz historical-9148e9b34d7ebc4fc01efa4489901c2d1169d7be.tar.bz2 historical-9148e9b34d7ebc4fc01efa4489901c2d1169d7be.zip |
Stable for x86, wrt bug #483280
Package-Manager: portage-2.2.2/cvs/Linux x86_64
RepoMan-Options: --include-arches="x86"
Manifest-Sign-Key: 0x7194459F
Diffstat (limited to 'app-emulation/wine/wine-1.6.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-1.6.ebuild b/app-emulation/wine/wine-1.6.ebuild index 2b254fd90200..c4ca153c2e39 100644 --- a/app-emulation/wine/wine-1.6.ebuild +++ b/app-emulation/wine/wine-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.6.ebuild,v 1.6 2013/09/02 08:03:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.6.ebuild,v 1.7 2013/09/22 06:49:17 ago Exp $ EAPI="5" @@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]] ; then else MY_P="${PN}-${PV/_/-}" SRC_URI="mirror://sourceforge/${PN}/Source/${MY_P}.tar.bz2" - KEYWORDS="-* amd64 ~x86 ~x86-fbsd" + KEYWORDS="-* amd64 x86 ~x86-fbsd" S=${WORKDIR}/${MY_P} fi |