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 C9DEE1382C5 for ; Fri, 13 Apr 2018 23:49:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D641E088F; Fri, 13 Apr 2018 23:49:24 +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 157C9E088B for ; Fri, 13 Apr 2018 23:49: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 32D0F335C7F for ; Fri, 13 Apr 2018 23:49:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B41CB230 for ; Fri, 13 Apr 2018 23:49:21 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1523663349.442c4e91fd8fb239ec29ede4f939fb6782b1ecce.bman@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.2.0_rc29-r1.ebuild net-misc/remmina/remmina-1.2.0_rc29.ebuild X-VCS-Directories: net-misc/remmina/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 442c4e91fd8fb239ec29ede4f939fb6782b1ecce X-VCS-Branch: master Date: Fri, 13 Apr 2018 23:49: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-Archives-Salt: cdb34a4f-53f5-48e5-a863-66d0e2c0634a X-Archives-Hash: d266288a99113b1360db7c90a9b1f273 commit: 442c4e91fd8fb239ec29ede4f939fb6782b1ecce Author: Diogo Pereira gmail com> AuthorDate: Thu Apr 12 11:01:27 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Apr 13 23:49:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=442c4e91 net-misc/remmina: depend on dev-libs/json-glib Closes: https://bugs.gentoo.org/652996 Reported-by: Sergey S. Starikoff yandex.ru> Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7951 .../remmina/{remmina-1.2.0_rc29.ebuild => remmina-1.2.0_rc29-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/net-misc/remmina/remmina-1.2.0_rc29.ebuild b/net-misc/remmina/remmina-1.2.0_rc29-r1.ebuild similarity index 99% rename from net-misc/remmina/remmina-1.2.0_rc29.ebuild rename to net-misc/remmina/remmina-1.2.0_rc29-r1.ebuild index 15b7089b74a..a22b139b953 100644 --- a/net-misc/remmina/remmina-1.2.0_rc29.ebuild +++ b/net-misc/remmina/remmina-1.2.0_rc29-r1.ebuild @@ -18,6 +18,7 @@ IUSE="ayatana crypt rdp gnome-keyring nls spice ssh telepathy vnc zeroconf" CDEPEND=" dev-libs/glib:2 + dev-libs/json-glib dev-libs/openssl:0 x11-libs/gdk-pixbuf x11-libs/gtk+:3