commit: 66a5da35478de9a1edb0866201528523910548a6 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Fri May 22 02:13:12 2020 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri May 22 02:15:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66a5da35
x11-apps/xisxwayland: Fix dependencies Closes: https://bugs.gentoo.org/724490 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> x11-apps/xisxwayland/xisxwayland-1.ebuild | 6 ++++++ x11-apps/xisxwayland/xisxwayland-9999.ebuild | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/x11-apps/xisxwayland/xisxwayland-1.ebuild b/x11-apps/xisxwayland/xisxwayland-1.ebuild index 13f4c99748f..9ecc6cb03fe 100644 --- a/x11-apps/xisxwayland/xisxwayland-1.ebuild +++ b/x11-apps/xisxwayland/xisxwayland-1.ebuild @@ -22,3 +22,9 @@ fi LICENSE="MIT" SLOT="0" IUSE="" + +RDEPEND=" + x11-libs/libX11 + x11-libs/libXrandr" +DEPEND="${RDEPEND} + x11-base/xorg-proto" diff --git a/x11-apps/xisxwayland/xisxwayland-9999.ebuild b/x11-apps/xisxwayland/xisxwayland-9999.ebuild index 13f4c99748f..9ecc6cb03fe 100644 --- a/x11-apps/xisxwayland/xisxwayland-9999.ebuild +++ b/x11-apps/xisxwayland/xisxwayland-9999.ebuild @@ -22,3 +22,9 @@ fi LICENSE="MIT" SLOT="0" IUSE="" + +RDEPEND=" + x11-libs/libX11 + x11-libs/libXrandr" +DEPEND="${RDEPEND} + x11-base/xorg-proto"
