commit: 8dd41e84f87e63bd59015f325b70637c0d56d602 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Oct 4 00:22:37 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Oct 4 00:22:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dd41e84
app-editors/texworks: fix CMake MisplacedEclassVar Closes: https://bugs.gentoo.org/815230 Signed-off-by: Sam James <sam <AT> gentoo.org> app-editors/texworks/texworks-0.6.5-r100.ebuild | 4 +--- app-editors/texworks/texworks-0.6.6.ebuild | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/app-editors/texworks/texworks-0.6.5-r100.ebuild b/app-editors/texworks/texworks-0.6.5-r100.ebuild index 96988d11235..39f076553e6 100644 --- a/app-editors/texworks/texworks-0.6.5-r100.ebuild +++ b/app-editors/texworks/texworks-0.6.5-r100.ebuild @@ -5,7 +5,7 @@ EAPI=7 LUA_COMPAT=( lua5-{1..3} ) PYTHON_COMPAT=( python3_{7,8,9} ) - +CMAKE_REMOVE_MODULES_LIST="FindLua" inherit lua-single python-single-r1 cmake virtualx xdg-utils DESCRIPTION="A simple interface for working with TeX documents" @@ -44,8 +44,6 @@ S=${WORKDIR}/${PN}-release-${PV} RESTRICT="!test? ( test )" -CMAKE_REMOVE_MODULES_LIST="FindLua" - pkg_setup() { use lua && lua-single_pkg_setup python-single-r1_pkg_setup diff --git a/app-editors/texworks/texworks-0.6.6.ebuild b/app-editors/texworks/texworks-0.6.6.ebuild index c8e354eb858..e8ad1634456 100644 --- a/app-editors/texworks/texworks-0.6.6.ebuild +++ b/app-editors/texworks/texworks-0.6.6.ebuild @@ -5,7 +5,7 @@ EAPI=7 LUA_COMPAT=( lua5-{1..3} ) PYTHON_COMPAT=( python3_{7,8,9} ) - +CMAKE_REMOVE_MODULES_LIST="FindLua" inherit lua-single python-single-r1 cmake virtualx xdg-utils DESCRIPTION="A simple interface for working with TeX documents" @@ -43,8 +43,6 @@ S=${WORKDIR}/${PN}-release-${PV} RESTRICT="!test? ( test )" -CMAKE_REMOVE_MODULES_LIST="FindLua" - pkg_setup() { use lua && lua-single_pkg_setup python-single-r1_pkg_setup
