summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNP-Hardass <NP-Hardass@gentoo.org>2017-09-30 17:02:31 -0400
committerNP-Hardass <NP-Hardass@gentoo.org>2017-09-30 17:02:44 -0400
commitb1e35bd8a57bda80c8142bfcdb6946b8d8d4cdfd (patch)
treecffea230f183977b1256807a89c3bcf0b627b0e3 /app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
parentkde-frameworks/kio: Fix huge 'file has changed' annoyance (diff)
downloadgentoo-b1e35bd8a57bda80c8142bfcdb6946b8d8d4cdfd.tar.gz
gentoo-b1e35bd8a57bda80c8142bfcdb6946b8d8d4cdfd.tar.bz2
gentoo-b1e35bd8a57bda80c8142bfcdb6946b8d8d4cdfd.zip
app-emulation/wine-vanilla: Fix error copying ebuild
Reported-by: Robert Walker <bob.mt.wya@gmail.com> Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'app-emulation/wine-vanilla/wine-vanilla-9999.ebuild')
-rw-r--r--app-emulation/wine-vanilla/wine-vanilla-9999.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
index 757d3e9e8573..8851cfc5ac4c 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
@@ -50,6 +50,7 @@ COMMON_DEPEND="
X? (
x11-libs/libXcursor[${MULTILIB_USEDEP}]
x11-libs/libXext[${MULTILIB_USEDEP}]
+ x11-libs/libXfixes[${MULTILIB_USEDEP}]
x11-libs/libXrandr[${MULTILIB_USEDEP}]
x11-libs/libXi[${MULTILIB_USEDEP}]
x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
@@ -117,7 +118,7 @@ RDEPEND="${COMMON_DEPEND}
!app-emulation/wine:0
dos? ( >=games-emulation/dosbox-0.74_p20160629 )
gecko? ( app-emulation/wine-gecko:2.47[abi_x86_32?,abi_x86_64?] )
- mono? ( app-emulation/wine-mono:4.7.0 )
+ mono? ( app-emulation/wine-mono:4.7.1 )
perl? (
dev-lang/perl
dev-perl/XML-Simple
@@ -304,11 +305,8 @@ src_prepare() {
"${PATCHDIR}/patches/${MY_PN}-1.9.5-multilib-portage.patch" #395615
"${PATCHDIR}/patches/${MY_PN}-1.6-memset-O3.patch" #480508
"${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch"
- "${PATCHDIR}/patches/freetype-2.8.1-segfault.patch" #631676
- "${PATCHDIR}/patches/freetype-2.8.1-drop-glyphs.patch" #631376
)
local PATCHES_BIN=(
- "${PATCHDIR}/patches/freetype-2.8.1-patch-fonts.patch" #631376
)
default
@@ -389,6 +387,7 @@ multilib_src_configure() {
$(use_with udev)
$(use_with v4l)
$(use_with X x)
+ $(use_with X xfixes)
$(use_with xcomposite)
$(use_with xinerama)
$(use_with xml)