diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-11-11 15:28:08 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-11-11 15:29:30 -0500 |
commit | d7e68203a37e287583277c26636cb6796beb73aa (patch) | |
tree | a21de62d67972d48773957cd6259a9c2915e7733 /x11-misc | |
parent | gui-wm/sway: use range deps instead (diff) | |
download | gentoo-d7e68203a37e287583277c26636cb6796beb73aa.tar.gz gentoo-d7e68203a37e287583277c26636cb6796beb73aa.tar.bz2 gentoo-d7e68203a37e287583277c26636cb6796beb73aa.zip |
x11-misc/fbpanel: Remove USE=X gdk-pixbuf dependency
This was my fault.
Bug: https://bugs.gentoo.org/753908
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/fbpanel/fbpanel-7.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/fbpanel/fbpanel-7.0-r2.ebuild b/x11-misc/fbpanel/fbpanel-7.0-r2.ebuild index b108230e45fc..d68e30e9802b 100644 --- a/x11-misc/fbpanel/fbpanel-7.0-r2.ebuild +++ b/x11-misc/fbpanel/fbpanel-7.0-r2.ebuild @@ -16,7 +16,7 @@ IUSE="alsa" RDEPEND=" dev-libs/glib:2 - x11-libs/gdk-pixbuf:2[X] + x11-libs/gdk-pixbuf:2 x11-libs/gtk+:2 x11-libs/libX11 alsa? ( media-libs/alsa-lib ) |