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 E4CF8138331 for ; Sun, 6 May 2018 20:18:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21398E09D1; Sun, 6 May 2018 20:18:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 DD577E09D1 for ; Sun, 6 May 2018 20:18:52 +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 4BEE2335C93 for ; Sun, 6 May 2018 20:18:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64EEB3A for ; Sun, 6 May 2018 20:18:49 +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: <1525637867.9c4ec0d74deebb7169bd783df2f15359ff5d92f6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/texstudio/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/texstudio/texstudio-2.11.2-r1.ebuild app-office/texstudio/texstudio-2.11.2-r2.ebuild app-office/texstudio/texstudio-2.12.2-r1.ebuild app-office/texstudio/texstudio-2.12.2.ebuild app-office/texstudio/texstudio-2.12.4-r1.ebuild app-office/texstudio/texstudio-2.12.4.ebuild X-VCS-Directories: app-office/texstudio/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9c4ec0d74deebb7169bd783df2f15359ff5d92f6 X-VCS-Branch: master Date: Sun, 6 May 2018 20:18:49 +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: cd517372-a5b3-4235-98d4-7bd611b2d3ff X-Archives-Hash: 2bdd7874ac66b350bf032d89206a6602 commit: 9c4ec0d74deebb7169bd783df2f15359ff5d92f6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 6 18:18:17 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 6 20:17:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c4ec0d7 app-office/texstudio: Prepare for dev-qt/qtsingleapplication qt5-- Package-Manager: Portage-2.3.31, Repoman-2.3.9 .../{texstudio-2.11.2-r1.ebuild => texstudio-2.11.2-r2.ebuild} | 2 +- .../texstudio/{texstudio-2.12.2.ebuild => texstudio-2.12.2-r1.ebuild} | 2 +- .../texstudio/{texstudio-2.12.4.ebuild => texstudio-2.12.4-r1.ebuild} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-office/texstudio/texstudio-2.11.2-r1.ebuild b/app-office/texstudio/texstudio-2.11.2-r2.ebuild similarity index 98% rename from app-office/texstudio/texstudio-2.11.2-r1.ebuild rename to app-office/texstudio/texstudio-2.11.2-r2.ebuild index ef3720d5b3d..2fd2e68965d 100644 --- a/app-office/texstudio/texstudio-2.11.2-r1.ebuild +++ b/app-office/texstudio/texstudio-2.11.2-r2.ebuild @@ -25,7 +25,7 @@ COMMON_DEPEND=" dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtscript:5 - dev-qt/qtsingleapplication[qt5,X] + dev-qt/qtsingleapplication[qt5(+),X] dev-qt/qtsvg:5 dev-qt/qttest:5 dev-qt/qtwidgets:5 diff --git a/app-office/texstudio/texstudio-2.12.2.ebuild b/app-office/texstudio/texstudio-2.12.2-r1.ebuild similarity index 98% rename from app-office/texstudio/texstudio-2.12.2.ebuild rename to app-office/texstudio/texstudio-2.12.2-r1.ebuild index 2e154f9ff33..d7e445fa62a 100644 --- a/app-office/texstudio/texstudio-2.12.2.ebuild +++ b/app-office/texstudio/texstudio-2.12.2-r1.ebuild @@ -25,7 +25,7 @@ COMMON_DEPEND=" dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtscript:5 - dev-qt/qtsingleapplication[qt5,X] + dev-qt/qtsingleapplication[qt5(+),X] dev-qt/qtsvg:5 dev-qt/qttest:5 dev-qt/qtwidgets:5 diff --git a/app-office/texstudio/texstudio-2.12.4.ebuild b/app-office/texstudio/texstudio-2.12.4-r1.ebuild similarity index 98% rename from app-office/texstudio/texstudio-2.12.4.ebuild rename to app-office/texstudio/texstudio-2.12.4-r1.ebuild index 2e154f9ff33..d7e445fa62a 100644 --- a/app-office/texstudio/texstudio-2.12.4.ebuild +++ b/app-office/texstudio/texstudio-2.12.4-r1.ebuild @@ -25,7 +25,7 @@ COMMON_DEPEND=" dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtscript:5 - dev-qt/qtsingleapplication[qt5,X] + dev-qt/qtsingleapplication[qt5(+),X] dev-qt/qtsvg:5 dev-qt/qttest:5 dev-qt/qtwidgets:5