diff options
author | Sam James <sam@gentoo.org> | 2022-12-01 17:48:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-01 17:59:18 +0000 |
commit | 83e11a2f0e71b2c8ccdfae67f3a401ab6969db80 (patch) | |
tree | 472873676dfc6e580b84e947716d4707b792c736 /media-video/vlc/vlc-9999.ebuild | |
parent | nawk: version bump (diff) | |
download | gentoo-83e11a2f0e71b2c8ccdfae67f3a401ab6969db80.tar.gz gentoo-83e11a2f0e71b2c8ccdfae67f3a401ab6969db80.tar.bz2 gentoo-83e11a2f0e71b2c8ccdfae67f3a401ab6969db80.zip |
media-video/vlc: add 3.0.18
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video/vlc/vlc-9999.ebuild')
-rw-r--r-- | media-video/vlc/vlc-9999.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 04d660284ef4..2485c8f18d35 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 2000-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 LUA_COMPAT=( lua5-{1..2} ) @@ -246,7 +246,10 @@ pkg_setup() { } src_prepare() { - xdg_src_prepare # bug 608256 + default + + # bug 608256 + xdg_environment_reset has_version 'net-libs/libupnp:1.8' && \ eapply "${FILESDIR}"/${P}-libupnp-slot-1.8.patch |