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 0DBE2138334 for ; Sat, 5 Oct 2019 21:03:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 389B1E085E; Sat, 5 Oct 2019 21:03: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 1E95EE085E for ; Sat, 5 Oct 2019 21:03:48 +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 EAC8E34B9B4 for ; Sat, 5 Oct 2019 21:03:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76EF27FD for ; Sat, 5 Oct 2019 21:03:46 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1570309423.e5e00b432bf30ba3e3fd2aea33eb2be950df3c8d.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/texworks/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/texworks/texworks-0.6.3.ebuild X-VCS-Directories: app-editors/texworks/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: e5e00b432bf30ba3e3fd2aea33eb2be950df3c8d X-VCS-Branch: master Date: Sat, 5 Oct 2019 21:03:46 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: caeffb19-ddf5-4a44-9644-2c3297a0e595 X-Archives-Hash: 23be420fcbda96fc0b8e0e11fff94498 commit: e5e00b432bf30ba3e3fd2aea33eb2be950df3c8d Author: Mikle Kolyada gentoo org> AuthorDate: Sat Oct 5 21:03:07 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Oct 5 21:03:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5e00b43 app-editors/texworks: use byncled synctex Closes: https://bugs.gentoo.org/695922 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> app-editors/texworks/texworks-0.6.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/texworks/texworks-0.6.3.ebuild b/app-editors/texworks/texworks-0.6.3.ebuild index f52bfdf76e5..63fc66eee9b 100644 --- a/app-editors/texworks/texworks-0.6.3.ebuild +++ b/app-editors/texworks/texworks-0.6.3.ebuild @@ -41,7 +41,7 @@ pkg_setup() { src_configure() { local mycmakeargs=( -Wno-dev - -DPREFER_BUNDLED_SYNCTEX=OFF + -DPREFER_BUNDLED_SYNCTEX=ON -DWITH_LUA=$(usex lua ON OFF) -DWITH_PYTHON=$(usex python ON OFF) -DTeXworks_PLUGIN_DIR="/usr/$(get_libdir)/texworks"