diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2021-11-18 08:00:00 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2021-11-18 17:22:09 -0500 |
commit | a053a63c06b0b8c62542879ab448663ed1d432df (patch) | |
tree | e9242dc9890dfde38cc8b99c7fdb9125bde86565 /app-i18n/librime-lua/librime-lua-99999999999999.ebuild | |
parent | dev-python/protobuf-python: Delete old version (3.15.8). (diff) | |
download | gentoo-a053a63c06b0b8c62542879ab448663ed1d432df.tar.gz gentoo-a053a63c06b0b8c62542879ab448663ed1d432df.tar.bz2 gentoo-a053a63c06b0b8c62542879ab448663ed1d432df.zip |
app-i18n/librime-lua: Delete support for Lua 5.1 and 5.2.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'app-i18n/librime-lua/librime-lua-99999999999999.ebuild')
-rw-r--r-- | app-i18n/librime-lua/librime-lua-99999999999999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-i18n/librime-lua/librime-lua-99999999999999.ebuild b/app-i18n/librime-lua/librime-lua-99999999999999.ebuild index fcf9189fe7df..0b7dc6a14eba 100644 --- a/app-i18n/librime-lua/librime-lua-99999999999999.ebuild +++ b/app-i18n/librime-lua/librime-lua-99999999999999.ebuild @@ -1,8 +1,8 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -LUA_COMPAT=(lua{5-1,5-2,5-3,5-4}) +LUA_COMPAT=(lua{5-3,5-4}) inherit cmake lua-single @@ -11,10 +11,10 @@ if [[ "${PV}" == "99999999999999" ]]; then EGIT_REPO_URI="https://github.com/hchunhui/librime-lua" else - LIBRIME_LUA_GIT_REVISION="d45a41af2f9d731e3c1516a191cc3160e3cb8377" + LIBRIME_LUA_GIT_REVISION="" fi -DESCRIPTION="Lua support for RIME" +DESCRIPTION="Lua module for RIME" HOMEPAGE="https://github.com/hchunhui/librime-lua" if [[ "${PV}" == "99999999999999" ]]; then SRC_URI="" |