summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-07-16 09:47:33 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2020-07-16 09:50:12 -0500
commitd0c978c31df6ca9e07bd54d55fdfdaafc2b32835 (patch)
tree4b41a79eb1728ff51b90f90112a0c140eeed533a /gui-apps
parentgui-apps/grim: 1.3.0 bump (diff)
downloadgentoo-d0c978c31df6ca9e07bd54d55fdfdaafc2b32835.tar.gz
gentoo-d0c978c31df6ca9e07bd54d55fdfdaafc2b32835.tar.bz2
gentoo-d0c978c31df6ca9e07bd54d55fdfdaafc2b32835.zip
gui-apps/slurp: add dep to 9999
Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r--gui-apps/slurp/slurp-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/gui-apps/slurp/slurp-9999.ebuild b/gui-apps/slurp/slurp-9999.ebuild
index 5c6fe52e5b6b..fb2c435d74cb 100644
--- a/gui-apps/slurp/slurp-9999.ebuild
+++ b/gui-apps/slurp/slurp-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -23,7 +23,8 @@ IUSE="+man"
DEPEND="
>=dev-libs/wayland-protocols-1.14
dev-libs/wayland
- x11-libs/cairo"
+ x11-libs/cairo
+ x11-libs/libxcb"
RDEPEND="${DEPEND}"