commit:     aa876c82db21b3b5365064a97744491513c37882
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Sun Sep 24 17:31:33 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Sep 28 09:42:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa876c82

media-video/mpv: drop obsolete gnome2_icon_savelist call in 9999

Also move android configure option around as did upstream.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 media-video/mpv/mpv-9999.ebuild | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 6ee16874ace..0323a501e93 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -182,6 +182,7 @@ src_configure() {
                $(use_enable zsh-completion zsh-comp)
                $(use_enable test)
 
+               --disable-android
                $(use_enable iconv)
                $(use_enable samba libsmbclient)
                $(use_enable lua)
@@ -237,7 +238,6 @@ src_configure() {
                $(usex vaapi "$(use_enable gbm vaapi-drm)" 
'--disable-vaapi-drm')
                $(use_enable libcaca caca)
                $(use_enable jpeg)
-               --disable-android
                $(use_enable raspberry-pi rpi)
                $(usex libmpv "$(use_enable opengl plain-gl)" 
'--disable-plain-gl')
                --disable-mali-fbdev    # Only available in overlays.
@@ -292,10 +292,6 @@ src_install() {
        fi
 }
 
-pkg_preinst() {
-       gnome2_icon_savelist
-}
-
 pkg_postinst() {
        local rv softvol_0_18_1=0 osc_0_21_0=0 txtsubs_0_24_0=0 opengl_0_25_0=0
 

Reply via email to