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 321861382C5 for ; Thu, 22 Feb 2018 10:51:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C016E08D1; Thu, 22 Feb 2018 10:51:44 +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 7831AE089B 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 AB9BD335C4E 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 EF2C323D 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: <1519296456.4a455b8f2535bee203be39274f3e07ce2a7edb61.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/focuswriter/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/focuswriter/focuswriter-1.6.9-r1.ebuild app-editors/focuswriter/focuswriter-1.6.9.ebuild X-VCS-Directories: app-editors/focuswriter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4a455b8f2535bee203be39274f3e07ce2a7edb61 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: ae648ec5-82b0-4eaa-8fbc-ebf08dd1b653 X-Archives-Hash: 5c7bf4aabf4549b5e6d694d9ba74f1d1 commit: 4a455b8f2535bee203be39274f3e07ce2a7edb61 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 19 20:10:45 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 22 10:47:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a455b8f app-editors/focuswriter: Prepare for qtsingleapplication dropping qt5 Package-Manager: Portage-2.3.24, Repoman-2.3.6 .../{focuswriter-1.6.9.ebuild => focuswriter-1.6.9-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/focuswriter/focuswriter-1.6.9.ebuild b/app-editors/focuswriter/focuswriter-1.6.9-r1.ebuild similarity index 96% rename from app-editors/focuswriter/focuswriter-1.6.9.ebuild rename to app-editors/focuswriter/focuswriter-1.6.9-r1.ebuild index 67fc1801283..f61c59e9ba3 100644 --- a/app-editors/focuswriter/focuswriter-1.6.9.ebuild +++ b/app-editors/focuswriter/focuswriter-1.6.9-r1.ebuild @@ -21,7 +21,7 @@ RDEPEND=" dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtprintsupport:5 - dev-qt/qtsingleapplication[qt5,X] + dev-qt/qtsingleapplication[qt5(+),X] dev-qt/qtwidgets:5 sys-libs/zlib "