app-misc/rememberthemilk: Add missing dependencies

Added:
  x11-libs/libxkbcommon
  x11-libs/libxshmfence
Removed because they are not direct dependencies:
  x11-libs/libXcursor
  x11-libs/libXi
  x11-libs/libXrender
  x11-libs/libXtst

Closes: https://bugs.gentoo.org/806280
Signed-off-by: Jesus P Rey <gentoo@chuso.net>
This commit is contained in:
Jesus P Rey (Chuso)
2021-11-27 22:23:50 +01:00
parent 70324d1a2e
commit 0b0b7a1865

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -35,16 +35,14 @@ RDEPEND="
x11-libs/gtk+:3
x11-libs/libX11
x11-libs/libXcomposite
x11-libs/libXcursor
x11-libs/libXdamage
x11-libs/libXext
x11-libs/libXfixes
x11-libs/libXi
x11-libs/libXrandr
x11-libs/libXrender
x11-libs/libXtst
x11-libs/libdrm
x11-libs/libxcb
x11-libs/libxkbcommon
x11-libs/libxshmfence
x11-libs/pango
"