www-plugins/gnash: Remove support for non-existent deps
authorMichał Górny <mgorny@gentoo.org>
Sun, 26 Aug 2018 20:22:09 +0000 (22:22 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 26 Aug 2018 20:34:41 +0000 (22:34 +0200)
profiles/base/package.use.mask
www-plugins/gnash/gnash-0.8.10_p20160329-r2.ebuild

index 4ca9fdf3fee668126ca424e3ff1deb2255eb42d8..3efe40a752c6d718dcc698ba07375582d6718e91 100644 (file)
@@ -548,10 +548,6 @@ sys-auth/pam_mktemp prevent-removal
 # This is for udev-acl. Unmasked in default/linux/package.use.mask.
 sys-auth/consolekit acl
 
-# Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (25 Feb 2012)
-# directfb build issues, bug #405817.
-www-plugins/gnash directfb
-
 # Bernard Cafarelli <voyageur@gentoo.org> (08 Feb 2012)
 # libobjc2/clang experimental support
 >=gnustep-base/gnustep-make-2.6.2 libobjc2
index a57919c38bc9f5a32b118bf7d3c535c4424ad43a..1d167f04709a61dc0d7b0d6f23f7c28b8ab8c172 100644 (file)
@@ -24,7 +24,7 @@ fi
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64 ppc ~ppc64 ~sparc x86"
-IUSE="X +agg cairo cygnal dbus directfb doc dump egl fbcon +ffmpeg libav libressl gnome gtk harden jemalloc lirc mysql +nls nsplugin opengl openvg python sdl +sdl-sound ssh ssl test vaapi"
+IUSE="X +agg cairo cygnal dbus doc dump egl fbcon +ffmpeg libav libressl gnome gtk harden jemalloc lirc mysql +nls nsplugin opengl openvg python sdl +sdl-sound ssh ssl test vaapi"
 REQUIRED_USE="
        dump? ( agg ffmpeg )
        fbcon? ( agg )
@@ -50,9 +50,6 @@ RDEPEND="
        media-libs/giflib:=
        agg? ( x11-libs/agg )
        cairo? ( x11-libs/cairo )
-       directfb? (
-               dev-libs/DirectFB
-       )
        doc? (
                >=app-text/docbook2X-0.8.8
                app-text/docbook-sgml-utils
@@ -156,7 +153,6 @@ src_configure() {
 
        # Set hardware acceleration.
        use X && device+=",x11"
-       use directfb && device+=",directfb"
        use egl && device+=",egl"
        use fbcon && device+=",rawfb"
        use vaapi && device+=",vaapi"