summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Sarnie <sarnex@gentoo.org>2021-09-10 21:40:28 -0400
committerNick Sarnie <sarnex@gentoo.org>2021-09-10 21:42:24 -0400
commitbece33505094b0260a35941efe3bc0db0d68f543 (patch)
tree516d22958bd3815b8a92556c9f2b8b88fdb3776f /app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
parentdev-libs/pegtl: keyword 2.8.3-r1 for ~riscv (diff)
downloadgentoo-bece33505094b0260a35941efe3bc0db0d68f543.tar.gz
gentoo-bece33505094b0260a35941efe3bc0db0d68f543.tar.bz2
gentoo-bece33505094b0260a35941efe3bc0db0d68f543.zip
app-emulation/wine-vanilla: Sync with ::wine
Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'app-emulation/wine-vanilla/wine-vanilla-9999.ebuild')
-rw-r--r--app-emulation/wine-vanilla/wine-vanilla-9999.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
index 7b3156ca675a..70c9eed8db2e 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
@@ -498,24 +498,6 @@ multilib_src_install_all() {
"${D%/}${MY_MANDIR}"/man1/wine{dump,maker}.1 || die
fi
- # Remove wineconsole if neither backend is installed #551124
- if ! use X; then
- rm "${D%/}${MY_PREFIX}"/bin/wineconsole* || die
- rm "${D%/}${MY_MANDIR}"/man1/wineconsole* || die
-
- if ! use mingw; then
- rm_wineconsole() {
- rm "${D%/}/usr/$(get_libdir)/wine-${WINE_VARIANT}"/wine/{,fakedlls/}wineconsole.exe* || die
- }
- else
- rm_wineconsole() {
- rm "${D%/}/usr/$(get_libdir)/wine-${WINE_VARIANT}"/wine/wineconsole.exe* || die
- }
- fi
-
- multilib_foreach_abi rm_wineconsole
- fi
-
use abi_x86_32 && pax-mark psmr "${D%/}${MY_PREFIX}"/bin/wine{,-preloader} #255055
use abi_x86_64 && pax-mark psmr "${D%/}${MY_PREFIX}"/bin/wine64{,-preloader}