diff options
author | Nick Sarnie <sarnex@gentoo.org> | 2022-04-10 15:14:30 -0400 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2022-04-10 15:45:33 -0400 |
commit | 6c145ac5c512f5a7c8cf846c414b6f593fbc39e6 (patch) | |
tree | be7cc972b6ffd0f2e6e9afb612f502ae3bdca1ec /app-emulation/wine-vanilla/wine-vanilla-7.5.ebuild | |
parent | app-emulation/wine-staging: Version bump (diff) | |
download | wine-6c145ac5c512f5a7c8cf846c414b6f593fbc39e6.tar.gz wine-6c145ac5c512f5a7c8cf846c414b6f593fbc39e6.tar.bz2 wine-6c145ac5c512f5a7c8cf846c414b6f593fbc39e6.zip |
app-emulation/wine-vanilla: EAPI 8
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'app-emulation/wine-vanilla/wine-vanilla-7.5.ebuild')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-7.5.ebuild | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.5.ebuild b/app-emulation/wine-vanilla/wine-vanilla-7.5.ebuild index b0d32d1..65b5fd0 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-7.5.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-7.5.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils +inherit autotools estack flag-o-matic multilib-minimal pax-utils plocale toolchain-funcs virtualx wrapper xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -47,7 +47,13 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 ) # or fail due to Xvfb's opengl limitations. RESTRICT="test" +BDEPEND="mingw? ( !!>=cross-i686-w64-mingw32/binutils-2.38 !!>=cross-x86_64-w64-mingw32/binutils-2.38 ) + sys-devel/flex + virtual/yacc + virtual/pkgconfig" + COMMON_DEPEND=" + ${BDEPEND} X? ( x11-libs/libXcursor[${MULTILIB_USEDEP}] x11-libs/libXext[${MULTILIB_USEDEP}] @@ -102,7 +108,6 @@ RDEPEND="${COMMON_DEPEND} !app-emulation/wine:0 dos? ( >=games-emulation/dosbox-0.74_p20160629 ) gecko? ( app-emulation/wine-gecko:2.47.2[abi_x86_32?,abi_x86_64?] ) - mingw? ( !!>=cross-i686-w64-mingw32/binutils-2.38 !!>=cross-x86_64-w64-mingw32/binutils-2.38 ) mono? ( app-emulation/wine-mono:7.1.1 ) perl? ( dev-lang/perl @@ -117,10 +122,7 @@ RDEPEND="${COMMON_DEPEND} # tools/make_requests requires perl DEPEND="${COMMON_DEPEND} - sys-devel/flex >=sys-kernel/linux-headers-2.6 - virtual/pkgconfig - virtual/yacc X? ( x11-base/xorg-proto ) xinerama? ( x11-base/xorg-proto )" |