diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-07-03 07:06:18 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-07-03 07:06:18 +0000 |
commit | 4814c990f6562186458f6f19e2b61808c8dcd8a4 (patch) | |
tree | eb283003d4d745c1d251555bae72b2ee53c8c3aa /app-emulation | |
parent | marked x86 per bug 424519 (diff) | |
download | gentoo-2-4814c990f6562186458f6f19e2b61808c8dcd8a4.tar.gz gentoo-2-4814c990f6562186458f6f19e2b61808c8dcd8a4.tar.bz2 gentoo-2-4814c990f6562186458f6f19e2b61808c8dcd8a4.zip |
marked x86 per bug 418117
(Portage version: 2.2.0_alpha114/cvs/Linux i686)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/wine/wine-1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog index 69aff9c733f0..1a7afa9cbf64 100644 --- a/app-emulation/wine/ChangeLog +++ b/app-emulation/wine/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/wine # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.417 2012/06/28 13:06:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.418 2012/07/03 07:06:18 jdhore Exp $ + + 03 Jul 2012; Jeff Horelick <jdhore@gentoo.org> wine-1.4.ebuild: + marked x86 per bug 418117 28 Jun 2012; Agostino Sarubbo <ago@gentoo.org> wine-1.4.ebuild: Stable for AMD64, wrt bug #418117 diff --git a/app-emulation/wine/wine-1.4.ebuild b/app-emulation/wine/wine-1.4.ebuild index c622adcea844..40a30dc48f5f 100644 --- a/app-emulation/wine/wine-1.4.ebuild +++ b/app-emulation/wine/wine-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4.ebuild,v 1.6 2012/06/28 13:06:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4.ebuild,v 1.7 2012/07/03 07:06:18 jdhore Exp $ EAPI="4" @@ -14,7 +14,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 |