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 DDFCC138334 for ; Mon, 9 Dec 2019 21:22:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0EF1E08FC; Mon, 9 Dec 2019 21:22:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 A29FCE08FC for ; Mon, 9 Dec 2019 21:22:07 +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 0727134D8C7 for ; Mon, 9 Dec 2019 21:22:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03B9F8A7 for ; Mon, 9 Dec 2019 21:22:03 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1575926511.aeaaf86c441d6d127839bcde9e294d33564a73f8.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rdesktop/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/rdesktop/rdesktop-1.9.0.ebuild X-VCS-Directories: net-misc/rdesktop/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: aeaaf86c441d6d127839bcde9e294d33564a73f8 X-VCS-Branch: master Date: Mon, 9 Dec 2019 21:22:03 +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: c4ee3cf5-fa23-41dc-a08c-e98a9ea24e81 X-Archives-Hash: 196b4e47ac9bfca0063205f5aec9efb6 commit: aeaaf86c441d6d127839bcde9e294d33564a73f8 Author: Bernard Cafarelli gentoo org> AuthorDate: Mon Dec 9 21:21:51 2019 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Mon Dec 9 21:21:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeaaf86c net-misc/rdesktop: add missing x11-libs/libXcursor dep Closes: https://bugs.gentoo.org/702378 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Bernard Cafarelli gentoo.org> net-misc/rdesktop/rdesktop-1.9.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-misc/rdesktop/rdesktop-1.9.0.ebuild b/net-misc/rdesktop/rdesktop-1.9.0.ebuild index 2a3e18a9ba6..9ff04c378e5 100644 --- a/net-misc/rdesktop/rdesktop-1.9.0.ebuild +++ b/net-misc/rdesktop/rdesktop-1.9.0.ebuild @@ -21,6 +21,7 @@ RDEPEND=" dev-libs/nettle:0= >=net-libs/gnutls-3.2.0:0= x11-libs/libX11 + x11-libs/libXcursor x11-libs/libXext x11-libs/libXau x11-libs/libXdmcp