diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-03 00:03:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-03 00:03:29 +0000 |
commit | 9c2cf838257ed5b9fbab0f99f86bff755c30796a (patch) | |
tree | 687b8f41910665a2f909feb290b37a8055bda607 /app-emulation/wine/wine-20050930.ebuild | |
parent | Mark 2.12.2 stable on alpha (diff) | |
download | gentoo-2-9c2cf838257ed5b9fbab0f99f86bff755c30796a.tar.gz gentoo-2-9c2cf838257ed5b9fbab0f99f86bff755c30796a.tar.bz2 gentoo-2-9c2cf838257ed5b9fbab0f99f86bff755c30796a.zip |
document the winearts patch
Diffstat (limited to 'app-emulation/wine/wine-20050930.ebuild')
-rw-r--r-- | app-emulation/wine/wine-20050930.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-20050930.ebuild b/app-emulation/wine/wine-20050930.ebuild index 2c9e8e8d2bc5..603c95da5128 100644 --- a/app-emulation/wine/wine-20050930.ebuild +++ b/app-emulation/wine/wine-20050930.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050930.ebuild,v 1.11 2006/01/27 00:42:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050930.ebuild,v 1.12 2006/02/03 00:03:29 vapier Exp $ inherit eutils flag-o-matic multilib @@ -82,7 +82,7 @@ src_unpack() { epatch "${FILESDIR}"/wine-wmf.patch epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch - epatch "${FILESDIR}"/winearts-kdecvs-fix.patch + epatch "${FILESDIR}"/winearts-kdecvs-fix.patch #31557 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in epatch "${FILESDIR}"/wine-no-ssp.patch #66002 epatch "${FILESDIR}"/wine-20050830-gcc-32bit.patch |