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 8BFB613832E for ; Sun, 7 Aug 2016 08:48:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B199E0BA8; Sun, 7 Aug 2016 08:48:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B898E0B70 for ; Sun, 7 Aug 2016 08:48:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFC11340B54 for ; Sun, 7 Aug 2016 08:48:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71F798DE for ; Sun, 7 Aug 2016 08:48:03 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1470559666.dfec4fb1ca122dfa73c4a07cd2a9ede52b0e8854.soap@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_rc14.ebuild X-VCS-Directories: net-misc/remmina/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: dfec4fb1ca122dfa73c4a07cd2a9ede52b0e8854 X-VCS-Branch: master Date: Sun, 7 Aug 2016 08:48: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-Archives-Salt: 57a781d0-e165-4e39-979e-3a4611fab8de X-Archives-Hash: eb34ebb97fae41fe3d9c5d0d40eb1c36 commit: dfec4fb1ca122dfa73c4a07cd2a9ede52b0e8854 Author: Diogo Pereira gmail com> AuthorDate: Wed Aug 3 23:09:28 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Aug 7 08:47:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfec4fb1 net-misc/remmina: elog optional runtime dependency Inform the user that XDMCP support requires Xephyr to be installed. Gentoo-Bug: 572472 Reported-by: WOLfgang Schricker wols.org> Closes: https://github.com/gentoo/gentoo/pull/2011 Signed-off-by: David Seifert gentoo.org> net-misc/remmina/remmina-1.2.0_rc14.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-misc/remmina/remmina-1.2.0_rc14.ebuild b/net-misc/remmina/remmina-1.2.0_rc14.ebuild index 2b40b08..10edf9e 100644 --- a/net-misc/remmina/remmina-1.2.0_rc14.ebuild +++ b/net-misc/remmina/remmina-1.2.0_rc14.ebuild @@ -83,6 +83,8 @@ pkg_preinst() { pkg_postinst() { gnome2_icon_cache_update + + elog "XDMCP support requires x11-base/xorg-server[xephyr]." } pkg_postrm() {