From: Matt Turner Date: Sat, 27 Apr 2019 17:50:44 +0000 (-0700) Subject: x11-apps/xfd: Add missing depend on libxkbfile X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e5d9e560693884982c88d81be9aad857c1b6b108;p=gentoo.git x11-apps/xfd: Add missing depend on libxkbfile New dependency in 1.1.3. Closes: https://bugs.gentoo.org/684462 Signed-off-by: Matt Turner --- diff --git a/x11-apps/xfd/xfd-1.1.3.ebuild b/x11-apps/xfd/xfd-1.1.3.ebuild index 71c4c4b7264a..cf18c0d780ec 100644 --- a/x11-apps/xfd/xfd-1.1.3.ebuild +++ b/x11-apps/xfd/xfd-1.1.3.ebuild @@ -15,6 +15,7 @@ DEPEND="media-libs/freetype:2 x11-libs/libXt x11-libs/libXmu x11-libs/libXrender - x11-libs/libXaw" + x11-libs/libXaw + x11-libs/libxkbfile" RDEPEND="${DEPEND}" BDEPEND="sys-devel/gettext"