commit: d7e68203a37e287583277c26636cb6796beb73aa Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Wed Nov 11 20:28:08 2020 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Wed Nov 11 20:29:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7e68203
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 <AT> gentoo.org> x11-misc/fbpanel/fbpanel-7.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/fbpanel/fbpanel-7.0-r2.ebuild b/x11-misc/fbpanel/fbpanel-7.0-r2.ebuild index b108230e45f..d68e30e9802 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 )
