diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-06-20 04:48:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-06-20 04:48:15 +0000 |
commit | c6b5a80beab661411548785719203d6b2b6b52cf (patch) | |
tree | 6b38b18d858ae516e185c83dbb3d8c5483589d7a /app-emulation | |
parent | Fix QA use warning when USE=-pulse #322879 by Jeroen Roovers. (diff) | |
download | gentoo-2-c6b5a80beab661411548785719203d6b2b6b52cf.tar.gz gentoo-2-c6b5a80beab661411548785719203d6b2b6b52cf.tar.bz2 gentoo-2-c6b5a80beab661411548785719203d6b2b6b52cf.zip |
Stabilize.
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/wine/wine-1.1.44.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog index e3612837cc13..2d6f03c639de 100644 --- a/app-emulation/wine/ChangeLog +++ b/app-emulation/wine/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/wine # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.309 2010/06/20 04:43:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.310 2010/06/20 04:48:15 vapier Exp $ + + 20 Jun 2010; Mike Frysinger <vapier@gentoo.org> wine-1.1.44.ebuild: + Stabilize. 20 Jun 2010; Mike Frysinger <vapier@gentoo.org> wine-1.1.39.ebuild, wine-1.1.40.ebuild, wine-1.1.41.ebuild, wine-1.1.42.ebuild, diff --git a/app-emulation/wine/wine-1.1.44.ebuild b/app-emulation/wine/wine-1.1.44.ebuild index 2b4de4bd0d7c..ef6ea10f3d20 100644 --- a/app-emulation/wine/wine-1.1.44.ebuild +++ b/app-emulation/wine/wine-1.1.44.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.44.ebuild,v 1.4 2010/06/20 04:43:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.44.ebuild,v 1.5 2010/06/20 04:48:15 vapier Exp $ EAPI="2" @@ -15,7 +15,7 @@ if [[ ${PV} == "9999" ]] ; then else MY_P="${PN}-${PV/_/-}" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" - KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd" + KEYWORDS="-* amd64 x86 ~x86-fbsd" S=${WORKDIR}/${MY_P} fi |