From e5d9e560693884982c88d81be9aad857c1b6b108 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 27 Apr 2019 10:50:44 -0700 Subject: [PATCH] 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 --- x11-apps/xfd/xfd-1.1.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.26.2