diff options
author | David Seifert <soap@gentoo.org> | 2022-01-30 11:21:51 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-30 11:21:51 +0100 |
commit | 918290cac3f3872d8e7d88748fe192abf5e166e9 (patch) | |
tree | 73186fca2ba16dd982fbe60a7bee8a8004eba8e0 /app-i18n/fcitx/fcitx-4.9999.ebuild | |
parent | */*: consistent PYTHON_COMPAT style (diff) | |
download | gentoo-918290cac3f3872d8e7d88748fe192abf5e166e9.tar.gz gentoo-918290cac3f3872d8e7d88748fe192abf5e166e9.tar.bz2 gentoo-918290cac3f3872d8e7d88748fe192abf5e166e9.zip |
app-i18n/*: consistent LUA_COMPAT style
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-i18n/fcitx/fcitx-4.9999.ebuild')
-rw-r--r-- | app-i18n/fcitx/fcitx-4.9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/fcitx/fcitx-4.9999.ebuild b/app-i18n/fcitx/fcitx-4.9999.ebuild index 76f6bdd6c634..0a5ca80701ca 100644 --- a/app-i18n/fcitx/fcitx-4.9999.ebuild +++ b/app-i18n/fcitx/fcitx-4.9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 2003-2020 Gentoo Authors +# Copyright 2003-2022 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=( lua5-{1..4} ) inherit cmake gnome2-utils lua-single xdg-utils |