media-video/mpv: drop obsolete gnome2_icon_savelist call in 9999
authorIlya Tumaykin <itumaykin@gmail.com>
Sun, 24 Sep 2017 17:31:33 +0000 (20:31 +0300)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 28 Sep 2017 09:42:56 +0000 (11:42 +0200)
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

index 6ee16874ace048b4583c0fb2bdcaebda45b6a92a..0323a501e9342198b3a563fd3c9dfb5de0f5dae4 100644 (file)
@@ -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