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 A697C1382C5 for ; Thu, 22 Feb 2018 10:51:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B276CE08F7; Thu, 22 Feb 2018 10:51:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9535DE08F7 for ; Thu, 22 Feb 2018 10:51:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A2BF2335C4D for ; Thu, 22 Feb 2018 10:51:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6CF8238 for ; Thu, 22 Feb 2018 10:51:40 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1519296342.801382dd87aff62495e8f47e68cd575b09fa20eb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rstudio/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/rstudio/rstudio-1.1.383-r1.ebuild sci-mathematics/rstudio/rstudio-1.1.383.ebuild X-VCS-Directories: sci-mathematics/rstudio/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 801382dd87aff62495e8f47e68cd575b09fa20eb X-VCS-Branch: master Date: Thu, 22 Feb 2018 10:51:40 +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: 45187ab5-e77a-4296-a137-d05fac605df6 X-Archives-Hash: 1203dcc34a6d26c585d9818185505ce8 commit: 801382dd87aff62495e8f47e68cd575b09fa20eb Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 19 20:03:59 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 22 10:45:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=801382dd sci-mathematics/rstudio: Prepare for qtsingleapplication dropping qt5 Package-Manager: Portage-2.3.24, Repoman-2.3.6 .../rstudio/{rstudio-1.1.383.ebuild => rstudio-1.1.383-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/rstudio/rstudio-1.1.383.ebuild b/sci-mathematics/rstudio/rstudio-1.1.383-r1.ebuild similarity index 98% rename from sci-mathematics/rstudio/rstudio-1.1.383.ebuild rename to sci-mathematics/rstudio/rstudio-1.1.383-r1.ebuild index 06b9113fb5b..afaf0c7e2ad 100644 --- a/sci-mathematics/rstudio/rstudio-1.1.383.ebuild +++ b/sci-mathematics/rstudio/rstudio-1.1.383-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -70,7 +70,7 @@ RDEPEND=" >=dev-qt/qtopengl-${QT_VER}:${QT_SLOT} >=dev-qt/qtpositioning-${QT_VER}:${QT_SLOT} >=dev-qt/qtprintsupport-${QT_VER}:${QT_SLOT} - >=dev-qt/qtsingleapplication-2.6.1_p20150629[X,qt5] + >=dev-qt/qtsingleapplication-2.6.1_p20150629[X,qt5(+)] >=dev-qt/qtsensors-${QT_VER}:${QT_SLOT} >=dev-qt/qtsql-${QT_VER}:${QT_SLOT} >=dev-qt/qtsvg-${QT_VER}:${QT_SLOT}