x11-apps/xfd: Add missing depend on libxkbfile
authorMatt Turner <mattst88@gentoo.org>
Sat, 27 Apr 2019 17:50:44 +0000 (10:50 -0700)
committerMatt Turner <mattst88@gentoo.org>
Sat, 27 Apr 2019 17:51:23 +0000 (10:51 -0700)
New dependency in 1.1.3.

Closes: https://bugs.gentoo.org/684462
Signed-off-by: Matt Turner <mattst88@gentoo.org>
x11-apps/xfd/xfd-1.1.3.ebuild

index 71c4c4b7264a31287ecd384e5f62655ea7517e8e..cf18c0d780ecd45a2667db0a5e4d81915e27b2a0 100644 (file)
@@ -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"