From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5913A1387B1 for ; Mon, 21 Sep 2015 18:23:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29B0BE0894; Mon, 21 Sep 2015 18:23:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C26B8E0894 for ; Mon, 21 Sep 2015 18:23:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7BCC93406C0 for ; Mon, 21 Sep 2015 18:23:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3577E189 for ; Mon, 21 Sep 2015 18:23:30 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1442859802.6aa217ab3eae0c66911ed8f1ca12ddb05d03e5e7.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/retroshare/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/retroshare/retroshare-0.5.5c.ebuild X-VCS-Directories: net-p2p/retroshare/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: 6aa217ab3eae0c66911ed8f1ca12ddb05d03e5e7 X-VCS-Branch: master Date: Mon, 21 Sep 2015 18:23:30 +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: e4a1f025-ee22-492d-acad-81accc440632 X-Archives-Hash: 01f0deed471ff1f17e25e034a6d1982f commit: 6aa217ab3eae0c66911ed8f1ca12ddb05d03e5e7 Author: Sergey Popov gentoo org> AuthorDate: Mon Sep 21 18:22:36 2015 +0000 Commit: Sergey Popov gentoo org> CommitDate: Mon Sep 21 18:23:22 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aa217ab net-p2p/retroshare: simplify Qt dependencies Package-Manager: portage-2.2.20 net-p2p/retroshare/retroshare-0.5.5c.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/net-p2p/retroshare/retroshare-0.5.5c.ebuild b/net-p2p/retroshare/retroshare-0.5.5c.ebuild index 2e80205..533d445 100644 --- a/net-p2p/retroshare/retroshare-0.5.5c.ebuild +++ b/net-p2p/retroshare/retroshare-0.5.5c.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -37,14 +37,12 @@ RDEPEND=" dev-libs/libxml2 dev-libs/libxslt net-misc/curl - dev-qt/qtcore:4 - dev-qt/qtgui:4 ) qt4? ( x11-libs/libX11 x11-libs/libXScrnSaver dev-qt/qtcore:4 - || ( ( >=dev-qt/qtgui-4.8.5:4 dev-qt/designer:4 )