diff options
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/texworks/texworks-0.6.5-r100.ebuild | 4 | ||||
-rw-r--r-- | 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 |