diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-07-19 13:57:49 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-07-19 13:57:49 +0000 |
commit | 9cc462d0b64a5e155fed2e97dcf0f669ee24f486 (patch) | |
tree | fc006c4a69246c384f44d1ca74ad8d98373eb0e0 /app-emulation/wine/wine-1.4.1.ebuild | |
parent | Version bump to latest. (diff) | |
download | gentoo-2-9cc462d0b64a5e155fed2e97dcf0f669ee24f486.tar.gz gentoo-2-9cc462d0b64a5e155fed2e97dcf0f669ee24f486.tar.bz2 gentoo-2-9cc462d0b64a5e155fed2e97dcf0f669ee24f486.zip |
Amd64 stable wrt bug#427060.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/wine/wine-1.4.1.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-1.4.1.ebuild b/app-emulation/wine/wine-1.4.1.ebuild index b8129a191ded..c8f67d60b508 100644 --- a/app-emulation/wine/wine-1.4.1.ebuild +++ b/app-emulation/wine/wine-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4.1.ebuild,v 1.2 2012/07/19 08:12:16 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4.1.ebuild,v 1.3 2012/07/19 13:57:49 scarabeus Exp $ EAPI="4" @@ -14,7 +14,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 |