From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 753381382C5 for ; Fri, 22 May 2020 02:16:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8172CE0965; Fri, 22 May 2020 02:16:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6284BE0965 for ; Fri, 22 May 2020 02:16:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EDFD534F2A4 for ; Fri, 22 May 2020 02:16:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71B91253 for ; Fri, 22 May 2020 02:16:49 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1590113742.66a5da35478de9a1edb0866201528523910548a6.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xisxwayland/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xisxwayland/xisxwayland-1.ebuild x11-apps/xisxwayland/xisxwayland-9999.ebuild X-VCS-Directories: x11-apps/xisxwayland/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 66a5da35478de9a1edb0866201528523910548a6 X-VCS-Branch: master Date: Fri, 22 May 2020 02:16:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a9a35021-b085-42a1-8c81-d54233b70d67 X-Archives-Hash: 2dbfd9c826e9d1dd87141f08fa1b9e8f commit: 66a5da35478de9a1edb0866201528523910548a6 Author: Matt Turner gentoo org> AuthorDate: Fri May 22 02:13:12 2020 +0000 Commit: Matt Turner gentoo 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 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"