diff options
author | Jeroen Roovers <jer@gentoo.org> | 2018-10-12 11:16:15 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2018-10-12 11:16:35 +0200 |
commit | 0ab6ff00afefdf682f1cc2a77915ef3ba83ba2c8 (patch) | |
tree | 169e4a28e1ad1ce3e175c5296a79a983ca5cbd4f /x11-misc/i3lock | |
parent | sys-apps/grep-3.1-r0: alpha stable (diff) | |
download | gentoo-0ab6ff00afefdf682f1cc2a77915ef3ba83ba2c8.tar.gz gentoo-0ab6ff00afefdf682f1cc2a77915ef3ba83ba2c8.tar.bz2 gentoo-0ab6ff00afefdf682f1cc2a77915ef3ba83ba2c8.zip |
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@gentoo.org>
Diffstat (limited to 'x11-misc/i3lock')
-rw-r--r-- | x11-misc/i3lock/i3lock-2.11.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-misc/i3lock/i3lock-2.11.ebuild b/x11-misc/i3lock/i3lock-2.11.ebuild index 23ee3e54a4a3..2df68dac048d 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} |