Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/texworks/
Date: Mon, 04 Oct 2021 00:27:53
Message-Id: 1633306957.8dd41e84f87e63bd59015f325b70637c0d56d602.sam@gentoo
1 commit: 8dd41e84f87e63bd59015f325b70637c0d56d602
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 4 00:22:37 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 4 00:22:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dd41e84
7
8 app-editors/texworks: fix CMake MisplacedEclassVar
9
10 Closes: https://bugs.gentoo.org/815230
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-editors/texworks/texworks-0.6.5-r100.ebuild | 4 +---
14 app-editors/texworks/texworks-0.6.6.ebuild | 4 +---
15 2 files changed, 2 insertions(+), 6 deletions(-)
16
17 diff --git a/app-editors/texworks/texworks-0.6.5-r100.ebuild b/app-editors/texworks/texworks-0.6.5-r100.ebuild
18 index 96988d11235..39f076553e6 100644
19 --- a/app-editors/texworks/texworks-0.6.5-r100.ebuild
20 +++ b/app-editors/texworks/texworks-0.6.5-r100.ebuild
21 @@ -5,7 +5,7 @@ EAPI=7
22
23 LUA_COMPAT=( lua5-{1..3} )
24 PYTHON_COMPAT=( python3_{7,8,9} )
25 -
26 +CMAKE_REMOVE_MODULES_LIST="FindLua"
27 inherit lua-single python-single-r1 cmake virtualx xdg-utils
28
29 DESCRIPTION="A simple interface for working with TeX documents"
30 @@ -44,8 +44,6 @@ S=${WORKDIR}/${PN}-release-${PV}
31
32 RESTRICT="!test? ( test )"
33
34 -CMAKE_REMOVE_MODULES_LIST="FindLua"
35 -
36 pkg_setup() {
37 use lua && lua-single_pkg_setup
38 python-single-r1_pkg_setup
39
40 diff --git a/app-editors/texworks/texworks-0.6.6.ebuild b/app-editors/texworks/texworks-0.6.6.ebuild
41 index c8e354eb858..e8ad1634456 100644
42 --- a/app-editors/texworks/texworks-0.6.6.ebuild
43 +++ b/app-editors/texworks/texworks-0.6.6.ebuild
44 @@ -5,7 +5,7 @@ EAPI=7
45
46 LUA_COMPAT=( lua5-{1..3} )
47 PYTHON_COMPAT=( python3_{7,8,9} )
48 -
49 +CMAKE_REMOVE_MODULES_LIST="FindLua"
50 inherit lua-single python-single-r1 cmake virtualx xdg-utils
51
52 DESCRIPTION="A simple interface for working with TeX documents"
53 @@ -43,8 +43,6 @@ S=${WORKDIR}/${PN}-release-${PV}
54
55 RESTRICT="!test? ( test )"
56
57 -CMAKE_REMOVE_MODULES_LIST="FindLua"
58 -
59 pkg_setup() {
60 use lua && lua-single_pkg_setup
61 python-single-r1_pkg_setup