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 0A6861382C5 for ; Fri, 22 May 2020 12:33:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A86AE08C3; Fri, 22 May 2020 12:33:31 +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 DFCC9E08C3 for ; Fri, 22 May 2020 12:33:30 +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 6B49B34F2AF for ; Fri, 22 May 2020 12:33:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED09B250 for ; Fri, 22 May 2020 12:33:27 +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: <1590150796.ceaaf6a60ffd6c60e9a9bab31a4e94006fe7444e.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.4-r2.ebuild X-VCS-Directories: net-misc/remmina/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: ceaaf6a60ffd6c60e9a9bab31a4e94006fe7444e X-VCS-Branch: master Date: Fri, 22 May 2020 12:33:27 +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: a5062e92-b450-4900-9381-afa3f328d9f7 X-Archives-Hash: c3daa6c4b445a21e644bbd7e0d14e7f9 commit: ceaaf6a60ffd6c60e9a9bab31a4e94006fe7444e Author: Ben Kohler gentoo org> AuthorDate: Fri May 22 12:33:16 2020 +0000 Commit: Ben Kohler gentoo org> CommitDate: Fri May 22 12:33:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceaaf6a6 net-misc/remmina: don't use intermediate CDEPEND anymore Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Ben Kohler gentoo.org> net-misc/remmina/remmina-1.4.4-r2.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/net-misc/remmina/remmina-1.4.4-r2.ebuild b/net-misc/remmina/remmina-1.4.4-r2.ebuild index e56bb4c4240..485866aee59 100644 --- a/net-misc/remmina/remmina-1.4.4-r2.ebuild +++ b/net-misc/remmina/remmina-1.4.4-r2.ebuild @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="appindicator crypt cups examples gnome-keyring kwallet libressl nls spice ssh rdp telepathy vnc webkit zeroconf" -CDEPEND=" +DEPEND=" dev-libs/glib:2 dev-libs/json-glib dev-libs/libsodium:= @@ -47,11 +47,9 @@ BDEPEND=" virtual/pkgconfig nls? ( sys-devel/gettext ) " -DEPEND=" - ${CDEPEND} -" + RDEPEND=" - ${CDEPEND} + ${DEPEND} virtual/freedesktop-icon-theme "