diff options
Diffstat (limited to 'app-editors/texworks')
-rw-r--r-- | app-editors/texworks/texworks-0.6.5-r100.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/texworks/texworks-0.6.5-r100.ebuild b/app-editors/texworks/texworks-0.6.5-r100.ebuild index f5e982753633..6c8003724a8c 100644 --- a/app-editors/texworks/texworks-0.6.5-r100.ebuild +++ b/app-editors/texworks/texworks-0.6.5-r100.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/TeXworks/texworks/archive/release-${PV}.tar.gz -> ${ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="lua python" REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} ) python? ( ${PYTHON_REQUIRED_USE} )" |