summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-04-27 10:50:44 -0700
committerMatt Turner <mattst88@gentoo.org>2019-04-27 10:51:23 -0700
commite5d9e560693884982c88d81be9aad857c1b6b108 (patch)
tree335b46a5bd78942267c58b2e9de7a057ec22dbd6 /x11-apps/xfd
parentprofiles: amd64/x86: Drop obsolete dev-python/apptools entries (diff)
downloadgentoo-e5d9e560693884982c88d81be9aad857c1b6b108.tar.gz
gentoo-e5d9e560693884982c88d81be9aad857c1b6b108.tar.bz2
gentoo-e5d9e560693884982c88d81be9aad857c1b6b108.zip
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 <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xfd')
-rw-r--r--x11-apps/xfd/xfd-1.1.3.ebuild3
1 files changed, 2 insertions, 1 deletions
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"