Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/librime-lua/, app-i18n/fcitx/
Date: Sun, 30 Jan 2022 10:22:09
Message-Id: 1643538111.918290cac3f3872d8e7d88748fe192abf5e166e9.soap@gentoo
1 commit: 918290cac3f3872d8e7d88748fe192abf5e166e9
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 30 10:21:51 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 30 10:21:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=918290ca
7
8 app-i18n/*: consistent LUA_COMPAT style
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 app-i18n/fcitx/fcitx-4.2.9.8.ebuild | 4 ++--
13 app-i18n/fcitx/fcitx-4.9999.ebuild | 4 ++--
14 app-i18n/librime-lua/librime-lua-20201011103348.ebuild | 4 ++--
15 app-i18n/librime-lua/librime-lua-20211030072627.ebuild | 4 ++--
16 app-i18n/librime-lua/librime-lua-99999999999999.ebuild | 4 ++--
17 5 files changed, 10 insertions(+), 10 deletions(-)
18
19 diff --git a/app-i18n/fcitx/fcitx-4.2.9.8.ebuild b/app-i18n/fcitx/fcitx-4.2.9.8.ebuild
20 index b7b077a9ed9d..a3cf6681a440 100644
21 --- a/app-i18n/fcitx/fcitx-4.2.9.8.ebuild
22 +++ b/app-i18n/fcitx/fcitx-4.2.9.8.ebuild
23 @@ -1,8 +1,8 @@
24 -# Copyright 2003-2021 Gentoo Authors
25 +# Copyright 2003-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI="7"
29 -LUA_COMPAT=(lua{5-1,5-2,5-3,5-4})
30 +LUA_COMPAT=( lua5-{1..4} )
31
32 inherit cmake gnome2-utils lua-single xdg-utils
33
34
35 diff --git a/app-i18n/fcitx/fcitx-4.9999.ebuild b/app-i18n/fcitx/fcitx-4.9999.ebuild
36 index 76f6bdd6c634..0a5ca80701ca 100644
37 --- a/app-i18n/fcitx/fcitx-4.9999.ebuild
38 +++ b/app-i18n/fcitx/fcitx-4.9999.ebuild
39 @@ -1,8 +1,8 @@
40 -# Copyright 2003-2020 Gentoo Authors
41 +# Copyright 2003-2022 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI="7"
45 -LUA_COMPAT=(lua{5-1,5-2,5-3,5-4})
46 +LUA_COMPAT=( lua5-{1..4} )
47
48 inherit cmake gnome2-utils lua-single xdg-utils
49
50
51 diff --git a/app-i18n/librime-lua/librime-lua-20201011103348.ebuild b/app-i18n/librime-lua/librime-lua-20201011103348.ebuild
52 index 996b1508ab82..52202aa4718d 100644
53 --- a/app-i18n/librime-lua/librime-lua-20201011103348.ebuild
54 +++ b/app-i18n/librime-lua/librime-lua-20201011103348.ebuild
55 @@ -1,8 +1,8 @@
56 -# Copyright 2020-2021 Gentoo Authors
57 +# Copyright 2020-2022 Gentoo Authors
58 # Distributed under the terms of the GNU General Public License v2
59
60 EAPI="7"
61 -LUA_COMPAT=(lua{5-1,5-2,5-3,5-4})
62 +LUA_COMPAT=( lua5-{1..4} )
63
64 inherit cmake lua-single
65
66
67 diff --git a/app-i18n/librime-lua/librime-lua-20211030072627.ebuild b/app-i18n/librime-lua/librime-lua-20211030072627.ebuild
68 index 74d5ffac79a3..64263dc37b78 100644
69 --- a/app-i18n/librime-lua/librime-lua-20211030072627.ebuild
70 +++ b/app-i18n/librime-lua/librime-lua-20211030072627.ebuild
71 @@ -1,8 +1,8 @@
72 -# Copyright 2020-2021 Gentoo Authors
73 +# Copyright 2020-2022 Gentoo Authors
74 # Distributed under the terms of the GNU General Public License v2
75
76 EAPI="7"
77 -LUA_COMPAT=(lua{5-3,5-4})
78 +LUA_COMPAT=( lua5-{3..4} )
79
80 inherit cmake lua-single
81
82
83 diff --git a/app-i18n/librime-lua/librime-lua-99999999999999.ebuild b/app-i18n/librime-lua/librime-lua-99999999999999.ebuild
84 index 0b7dc6a14eba..2211e7aea769 100644
85 --- a/app-i18n/librime-lua/librime-lua-99999999999999.ebuild
86 +++ b/app-i18n/librime-lua/librime-lua-99999999999999.ebuild
87 @@ -1,8 +1,8 @@
88 -# Copyright 2020-2021 Gentoo Authors
89 +# Copyright 2020-2022 Gentoo Authors
90 # Distributed under the terms of the GNU General Public License v2
91
92 EAPI="7"
93 -LUA_COMPAT=(lua{5-3,5-4})
94 +LUA_COMPAT=( lua5-{3..4} )
95
96 inherit cmake lua-single