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 96280138332 for ; Thu, 22 Feb 2018 10:51:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78FCEE0877; Thu, 22 Feb 2018 10:51:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 56875E0877 for ; Thu, 22 Feb 2018 10:51:43 +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 121B1335C4B for ; Thu, 22 Feb 2018 10:51:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90B08233 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.3a23a5c77b5db682dc2b237ef94675b1a4f33d87.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.12.6-r1.ebuild app-office/texstudio/texstudio-2.12.6.ebuild X-VCS-Directories: app-office/texstudio/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3a23a5c77b5db682dc2b237ef94675b1a4f33d87 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: d9ea1769-e297-474f-85ac-afc6c03fae7c X-Archives-Hash: 9ed1c8fb7d7f6931edb9181a3c8d3e20 commit: 3a23a5c77b5db682dc2b237ef94675b1a4f33d87 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 19 19:58:51 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=3a23a5c7 app-office/texstudio: Prepare for poppler/qtsingleapplication qt5-- Package-Manager: Portage-2.3.24, Repoman-2.3.6 .../{texstudio-2.12.6.ebuild => texstudio-2.12.6-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-office/texstudio/texstudio-2.12.6.ebuild b/app-office/texstudio/texstudio-2.12.6-r1.ebuild similarity index 95% rename from app-office/texstudio/texstudio-2.12.6.ebuild rename to app-office/texstudio/texstudio-2.12.6-r1.ebuild index 7423c9bac35..e2f4d46a76f 100644 --- a/app-office/texstudio/texstudio-2.12.6.ebuild +++ b/app-office/texstudio/texstudio-2.12.6-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 @@ -21,7 +21,7 @@ IUSE="video" COMMON_DEPEND=" app-text/hunspell:= - app-text/poppler[qt5] + app-text/poppler[qt5(+)] >=dev-libs/quazip-0.7.2[qt5(+)] dev-qt/designer:5 dev-qt/qtcore:5 @@ -30,7 +30,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