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 E6BDC13933E for ; Fri, 9 Jul 2021 14:34:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E753CE0ACB; Fri, 9 Jul 2021 14:34:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 CFA09E0ACB for ; Fri, 9 Jul 2021 14:34:24 +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 82015342BAC for ; Fri, 9 Jul 2021 14:34:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E58B07C0 for ; Fri, 9 Jul 2021 14:34:21 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1625841239.cdf88b261c1bae48e44418dbf72936161f5c8650.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/remmina/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/remmina/remmina-1.4.20.ebuild X-VCS-Directories: net-misc/remmina/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: cdf88b261c1bae48e44418dbf72936161f5c8650 X-VCS-Branch: master Date: Fri, 9 Jul 2021 14:34:21 +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: ffc426b0-84eb-46f2-b6ef-183b9c98fad6 X-Archives-Hash: 7c73c3f814511eef3f0febcb88a07cf8 commit: cdf88b261c1bae48e44418dbf72936161f5c8650 Author: Ben Kohler gentoo org> AuthorDate: Fri Jul 9 14:33:29 2021 +0000 Commit: Ben Kohler gentoo org> CommitDate: Fri Jul 9 14:33:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf88b26 net-misc/remmina: remove (seemingly) unneeded wayland dep Remmina checks for wayland during configure but doesn't seem to care whether it's present or not, and the binaries do not link to wayland in either case. Bug: https://bugs.gentoo.org/780741 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ben Kohler gentoo.org> net-misc/remmina/remmina-1.4.20.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/net-misc/remmina/remmina-1.4.20.ebuild b/net-misc/remmina/remmina-1.4.20.ebuild index 33fd67a9140..f0ee1b9f951 100644 --- a/net-misc/remmina/remmina-1.4.20.ebuild +++ b/net-misc/remmina/remmina-1.4.20.ebuild @@ -23,7 +23,6 @@ DEPEND=" dev-libs/libpcre2 dev-libs/libsodium:= dev-libs/openssl:0= - dev-libs/wayland net-libs/libsoup x11-libs/gdk-pixbuf x11-libs/gtk+:3