commit: 2db2900e7ce0cb53498d7063abc7dfa91805514c Author: Huang Rui <vowstar <AT> gmail <DOT> com> AuthorDate: Mon Apr 27 09:15:36 2020 +0000 Commit: Rui Huang <vowstar <AT> gmail <DOT> com> CommitDate: Mon Apr 27 09:22:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2db2900e
guru/profiles/package.mask: kikoplay works, but masked for repoman check Even in ::gentoo there are still many softwares that depend on lua:5.1, lua:5.2, lua:5.3, now lua5.4 is released. This is the discussion: https://github.com/gentoo/guru/issues/9 This is extremely strange and unreasonable for blocking lua:5.1, lua:5.2, lua:5.3 in ::gentoo, Many excellent software which using latest lua may blocked. This package should unmask when lua:5.3 unmasked. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Huang Rui <vowstar <AT> gmail.com> profiles/package.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index e69de29..1c7ef82 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -0,0 +1,4 @@ +# Huang Rui <[email protected]> (2020-04-27) +# Requires >=dev-lang/lua-5.3 which is masked +# User should unmask dev-lang/lua-5.3 and media-video/kikoplay to install +media-video/kikoplay
