diff options
author | José María Alonso <nimiux@gentoo.org> | 2014-06-17 09:03:20 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2014-06-17 09:03:20 +0000 |
commit | b23e898e6d56e87d70d37a83281dc2181f63595c (patch) | |
tree | 367a8bc941e5feac04e67f17be90fe27998a7d91 | |
parent | amd64 stable, bug #510670 (diff) | |
download | gentoo-2-b23e898e6d56e87d70d37a83281dc2181f63595c.tar.gz gentoo-2-b23e898e6d56e87d70d37a83281dc2181f63595c.tar.bz2 gentoo-2-b23e898e6d56e87d70d37a83281dc2181f63595c.zip |
Stable for amd64 wrt bug #501442
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
-rw-r--r-- | app-emulation/wine/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/wine/wine-1.6.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog index 556bf82e97ad..a9edb73dd415 100644 --- a/app-emulation/wine/ChangeLog +++ b/app-emulation/wine/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/wine # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.514 2014/06/16 12:08:06 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.515 2014/06/17 09:03:20 nimiux Exp $ + + 17 Jun 2014; Chema Alonso <nimiux@gentoo.org> wine-1.6.2.ebuild: + Stable for amd64 wrt bug #501442 *wine-1.7.20 (16 Jun 2014) diff --git a/app-emulation/wine/wine-1.6.2.ebuild b/app-emulation/wine/wine-1.6.2.ebuild index ecb5f2215643..3640edc60c3b 100644 --- a/app-emulation/wine/wine-1.6.2.ebuild +++ b/app-emulation/wine/wine-1.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.6.2.ebuild,v 1.3 2014/03/12 05:16:55 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.6.2.ebuild,v 1.4 2014/06/17 09:03:20 nimiux 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 |