diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-03-29 06:11:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-03-29 06:11:09 +0000 |
commit | 7548e43f6cf2e17a0bd79417fb3fca52962962b1 (patch) | |
tree | de06fca88f15e5af5868fb0de32f684f5806cf5c /app-emulation/wine/wine-1.1.37.ebuild | |
parent | Add fix from upstream for building with non-GNU nroff #309635 by Pun. (diff) | |
download | gentoo-2-7548e43f6cf2e17a0bd79417fb3fca52962962b1.tar.gz gentoo-2-7548e43f6cf2e17a0bd79417fb3fca52962962b1.tar.bz2 gentoo-2-7548e43f6cf2e17a0bd79417fb3fca52962962b1.zip |
Stabilize.
Diffstat (limited to 'app-emulation/wine/wine-1.1.37.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.1.37.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-1.1.37.ebuild b/app-emulation/wine/wine-1.1.37.ebuild index 0bb93ab73727..716ca2eaf6e7 100644 --- a/app-emulation/wine/wine-1.1.37.ebuild +++ b/app-emulation/wine/wine-1.1.37.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.37.ebuild,v 1.2 2010/03/05 17:42:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.37.ebuild,v 1.3 2010/03/29 06:11:09 vapier Exp $ EAPI="2" @@ -14,7 +14,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 |