commit:     a053a63c06b0b8c62542879ab448663ed1d432df
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Thu Nov 18 08:00:00 2021 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Nov 18 22:22:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a053a63c

app-i18n/librime-lua: Delete support for Lua 5.1 and 5.2.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 app-i18n/librime-lua/librime-lua-99999999999999.ebuild | 8 ++++----
 1 file 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=""

Reply via email to