summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-09-02 08:03:00 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-09-02 08:03:00 +0000
commit08ff2c05e25441a9f493f4327a5f0f838b75e4f3 (patch)
treebf7e6b566a41746762dfbfb54ce7134882cd2d60 /app-emulation/wine
parentBump (diff)
downloadgentoo-2-08ff2c05e25441a9f493f4327a5f0f838b75e4f3.tar.gz
gentoo-2-08ff2c05e25441a9f493f4327a5f0f838b75e4f3.tar.bz2
gentoo-2-08ff2c05e25441a9f493f4327a5f0f838b75e4f3.zip
Stable for amd64, wrt bug #483280
(Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-emulation/wine')
-rw-r--r--app-emulation/wine/ChangeLog6
-rw-r--r--app-emulation/wine/wine-1.6.ebuild4
2 files changed, 6 insertions, 4 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog
index 2e2236729b54..f8db2d7a9506 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.476 2013/09/01 15:31:53 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.477 2013/09/02 08:03:00 ago Exp $
+
+ 02 Sep 2013; Agostino Sarubbo <ago@gentoo.org> wine-1.6.ebuild:
+ Stable for amd64, wrt bug #483280
01 Sep 2013; Alexandre Rostovtsev <tetromino@gentoo.org> wine-1.6.ebuild,
wine-1.7.0.ebuild, wine-9999.ebuild, +files/wine-1.6-memset-O3.patch:
@@ -253,4 +256,3 @@
Split ChangeLog.
For previous entries, please see ChangeLog-2012.
-
diff --git a/app-emulation/wine/wine-1.6.ebuild b/app-emulation/wine/wine-1.6.ebuild
index f08acbd76a43..2b254fd90200 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.5 2013/09/01 15:31:53 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.6.ebuild,v 1.6 2013/09/02 08:03:00 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