commit: 0ab6ff00afefdf682f1cc2a77915ef3ba83ba2c8 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Fri Oct 12 09:16:15 2018 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Fri Oct 12 09:16:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab6ff00
x11-misc/i3lock: Depend on x11-libs/xcb-util-xrm Fixes: https://bugs.gentoo.org/668396 Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org> x11-misc/i3lock/i3lock-2.11.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-misc/i3lock/i3lock-2.11.ebuild b/x11-misc/i3lock/i3lock-2.11.ebuild index 23ee3e54a4a..2df68dac048 100644 --- a/x11-misc/i3lock/i3lock-2.11.ebuild +++ b/x11-misc/i3lock/i3lock-2.11.ebuild @@ -19,6 +19,7 @@ RDEPEND=" x11-libs/cairo[xcb] x11-libs/libxcb[xkb] x11-libs/xcb-util + x11-libs/xcb-util-xrm " DEPEND=" ${RDEPEND}
