commit: f727fd1560328d4085e8477cb7e8d0dc6fc97a12 Author: Tony Vroon <chainsaw <AT> gentoo <DOT> org> AuthorDate: Thu Oct 1 11:48:06 2020 +0000 Commit: Tony Vroon <chainsaw <AT> gentoo <DOT> org> CommitDate: Thu Oct 1 11:49:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f727fd15
package.use.mask: app-arch/rpm lua Upstream RPM requires Lua 5.2 or newer. This is not a satisfiable dependency in the tree at this time. Signed-Off-By: Tony Vroon <chainsaw <AT> gentoo.org> profiles/default/linux/package.use.mask | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask index ec1ce5cca9d..50ef308ad69 100644 --- a/profiles/default/linux/package.use.mask +++ b/profiles/default/linux/package.use.mask @@ -1,9 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Alexey Shvetsov <[email protected]> (2019-12-24) -# Gromacs python module install br0ken -sci-chemistry/gromacs python +# Tony Vroon <[email protected]> (2020-10-01) +# Upstream requires Lua 5.2 which is not a satisfiable +# dependency at this point in time. +app-arch/rpm lua # Peter Levine <[email protected]> (2019-10-01) # Native inotify support is preferred on linux.
