diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-22 06:49:17 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-22 06:49:17 +0000 |
commit | 65018878935215812802da055f8540cdf2878e5e (patch) | |
tree | 232770abf3d3fec4171253501b2c98e4a0cbb9bf /app-emulation | |
parent | Stable for x86, wrt bug #483274 (diff) | |
download | gentoo-2-65018878935215812802da055f8540cdf2878e5e.tar.gz gentoo-2-65018878935215812802da055f8540cdf2878e5e.tar.bz2 gentoo-2-65018878935215812802da055f8540cdf2878e5e.zip |
Stable for x86, wrt bug #483280
(Portage version: 2.2.2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/wine/wine-1.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog index f86c28741e3e..24ba146e7b0a 100644 --- a/app-emulation/wine/ChangeLog +++ b/app-emulation/wine/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/wine # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.479 2013/09/13 03:03:44 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.480 2013/09/22 06:49:17 ago Exp $ + + 22 Sep 2013; Agostino Sarubbo <ago@gentoo.org> wine-1.6.ebuild: + Stable for x86, wrt bug #483280 13 Sep 2013; Alexandre Rostovtsev <tetromino@gentoo.org> wine-9999.ebuild: libSM and libICE not needed for >=1.7.2 (bug #483984, thanks to Rafał 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 |