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 8B109138334 for ; Thu, 23 Aug 2018 11:37:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5102AE0AB1; Thu, 23 Aug 2018 11:37:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 18D91E0AB1 for ; Thu, 23 Aug 2018 11:37:20 +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 83180335CA3 for ; Thu, 23 Aug 2018 11:37:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D17A39D for ; Thu, 23 Aug 2018 11:37:16 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1535024210.98d1ae11a02670ca86a2195428e9b3276d8ddf79.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/coolreader/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/coolreader/coolreader-3.2.2.1.ebuild X-VCS-Directories: app-text/coolreader/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: 98d1ae11a02670ca86a2195428e9b3276d8ddf79 X-VCS-Branch: master Date: Thu, 23 Aug 2018 11:37:16 +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: 90287158-184b-4d0e-b1b6-33f5b426311e X-Archives-Hash: c7f5cb9cec777d01700b3200142f9741 commit: 98d1ae11a02670ca86a2195428e9b3276d8ddf79 Author: Andrey Grozin gentoo org> AuthorDate: Thu Aug 23 11:36:50 2018 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Thu Aug 23 11:36:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98d1ae11 app-text/coolreader: depend on dev-qt/linguist-tools:5 Closes: https://bugs.gentoo.org/664218 Package-Manager: Portage-2.3.41, Repoman-2.3.9 app-text/coolreader/coolreader-3.2.2.1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-text/coolreader/coolreader-3.2.2.1.ebuild b/app-text/coolreader/coolreader-3.2.2.1.ebuild index 3d97d3b6b4e..caf405eb150 100644 --- a/app-text/coolreader/coolreader-3.2.2.1.ebuild +++ b/app-text/coolreader/coolreader-3.2.2.1.ebuild @@ -12,6 +12,7 @@ if [ "${PV}" != 9999 ] then # git tag cr3.2.2-1 SRC_URI="https://github.com/buggins/${PN}/archive/cr${CR_PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/${PN}-cr${CR_PV}" else inherit git-r3 # github mirror has some new commits to fix page margins settings @@ -34,12 +35,10 @@ DEPEND="sys-libs/zlib virtual/jpeg:0 media-libs/freetype wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER} ) - !wxwidgets? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 )" + !wxwidgets? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/linguist-tools:5 )" RDEPEND="${DEPEND} wxwidgets? ( || ( media-fonts/liberation-fonts media-fonts/corefonts ) )" -S="${WORKDIR}/${PN}-cr${CR_PV}" - for lang in ${PLOCALES}; do IUSE="${IUSE} l10n_${lang}" done