diff options
author | 2013-05-26 04:27:24 +0000 | |
---|---|---|
committer | 2013-05-26 04:27:24 +0000 | |
commit | 39e4965a6d2d36c84b71feb597a5eaf44eac7e5a (patch) | |
tree | a7e03bd7434b428fb4adc8eee48a8b34dd988825 /app-emulation/wine/wine-9999.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-39e4965a6d2d36c84b71feb597a5eaf44eac7e5a.tar.gz gentoo-2-39e4965a6d2d36c84b71feb597a5eaf44eac7e5a.tar.bz2 gentoo-2-39e4965a6d2d36c84b71feb597a5eaf44eac7e5a.zip |
Version bump, see http://www.winehq.org/announce/1.5.31 for the announcement. Fix build failure with gnutls-3.2.0 (bug #471077, thanks to Ben Kohler).
(Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'app-emulation/wine/wine-9999.ebuild')
-rw-r--r-- | app-emulation/wine/wine-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index 9ce89498e9ce..a99baec397ee 100644 --- a/app-emulation/wine/wine-9999.ebuild +++ b/app-emulation/wine/wine-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.141 2013/05/16 13:30:56 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.142 2013/05/26 04:27:24 tetromino Exp $ EAPI="5" @@ -22,7 +22,7 @@ else S=${WORKDIR}/${MY_P} fi -GV="1.9" +GV="2.21" MV="0.0.8" PULSE_PATCHES="winepulse-patches-1.5.30" WINE_GENTOO="wine-gentoo-2012.11.24" @@ -171,6 +171,7 @@ src_prepare() { "${FILESDIR}"/${PN}-1.4_rc2-multilib-portage.patch #395615 "${FILESDIR}"/${PN}-1.5.17-osmesa-check.patch #429386 "${FILESDIR}"/${PN}-1.5.23-winebuild-CCAS.patch #455308 + "${FILESDIR}"/${PN}-1.5.31-gnutls-3.2.0.patch #http://bugs.winehq.org/show_bug.cgi?id=33649 ) [[ ${PV} == "9999" ]] || PATCHES+=( "../${PULSE_PATCHES}"/*.patch #421365 |