diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-08-30 05:19:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-08-30 05:19:11 +0000 |
commit | 0a0497d3c98171e0c577eb5b7c40f4d2b923239b (patch) | |
tree | 522103ab8230aa3c69ccdc359669eec502d5d125 /app-emulation | |
parent | Version bump. (diff) | |
download | gentoo-2-0a0497d3c98171e0c577eb5b7c40f4d2b923239b.tar.gz gentoo-2-0a0497d3c98171e0c577eb5b7c40f4d2b923239b.tar.bz2 gentoo-2-0a0497d3c98171e0c577eb5b7c40f4d2b923239b.zip |
Stabilize.
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/wine/wine-1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog index 5ee7c148e4c8..76d7c8595d52 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.321 2010/08/06 20:54:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.322 2010/08/30 05:19:11 vapier Exp $ + + 30 Aug 2010; Mike Frysinger <vapier@gentoo.org> wine-1.2.ebuild: + Stabilize. 06 Aug 2010; Mike Frysinger <vapier@gentoo.org> wine-1.3.0.ebuild, wine-9999.ebuild: diff --git a/app-emulation/wine/wine-1.2.ebuild b/app-emulation/wine/wine-1.2.ebuild index cd3dd2046f16..803ce2160c8f 100644 --- a/app-emulation/wine/wine-1.2.ebuild +++ b/app-emulation/wine/wine-1.2.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.2.ebuild,v 1.2 2010/07/24 04:42:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.ebuild,v 1.3 2010/08/30 05:19:11 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 |