diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-06-29 04:56:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-06-29 04:56:23 +0000 |
commit | 30a687f257d2024a3dbfec9591d8a78757c9fe3a (patch) | |
tree | e9eea88e316822f84bddbd4bdb95bfd7de1b5818 /app-emulation/wine | |
parent | Update winepulse patches #367089. (diff) | |
download | gentoo-2-30a687f257d2024a3dbfec9591d8a78757c9fe3a.tar.gz gentoo-2-30a687f257d2024a3dbfec9591d8a78757c9fe3a.tar.bz2 gentoo-2-30a687f257d2024a3dbfec9591d8a78757c9fe3a.zip |
Mark amd64/x86 stable.
Diffstat (limited to 'app-emulation/wine')
-rw-r--r-- | app-emulation/wine/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/wine/wine-1.2.2.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/wine/wine-1.2.3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog index 69b67520c844..8f9bccc4e692 100644 --- a/app-emulation/wine/ChangeLog +++ b/app-emulation/wine/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/wine # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.366 2011/06/29 04:55:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.367 2011/06/29 04:56:23 vapier Exp $ + + 29 Jun 2011; Mike Frysinger <vapier@gentoo.org> wine-1.2.2.ebuild, + wine-1.2.3.ebuild: + Mark amd64/x86 stable. 29 Jun 2011; Mike Frysinger <vapier@gentoo.org> wine-9999.ebuild: Update winepulse patches #367089. diff --git a/app-emulation/wine/wine-1.2.2.ebuild b/app-emulation/wine/wine-1.2.2.ebuild index c856463fb971..135c73591ee8 100644 --- a/app-emulation/wine/wine-1.2.2.ebuild +++ b/app-emulation/wine/wine-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.2.ebuild,v 1.4 2011/04/30 06:26:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.2.ebuild,v 1.5 2011/06/29 04:56:23 vapier Exp $ EAPI="2" @@ -16,7 +16,7 @@ else inherit autotools 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 diff --git a/app-emulation/wine/wine-1.2.3.ebuild b/app-emulation/wine/wine-1.2.3.ebuild index 865ca2290f47..08505378bb29 100644 --- a/app-emulation/wine/wine-1.2.3.ebuild +++ b/app-emulation/wine/wine-1.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild,v 1.2 2011/04/30 06:26:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild,v 1.3 2011/06/29 04:56:23 vapier Exp $ EAPI="2" @@ -16,7 +16,7 @@ else inherit autotools 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 |