commit: 7c8a8c9ad3c363e0622bb764caaa3a5bcc7eab3a Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Tue Sep 28 12:10:27 2021 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Tue Sep 28 12:10:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c8a8c9a
profiles: Mask subversion USE flag on m68k Too many unkeyworded dependencies for now. Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> profiles/arch/m68k/use.mask | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask index 72345c3b5fe..f3fc5130ffa 100644 --- a/profiles/arch/m68k/use.mask +++ b/profiles/arch/m68k/use.mask @@ -4,6 +4,11 @@ # Unmask the flag which corresponds to ARCH. -m68k +# James Le Cuirot <[email protected]> (2021-09-28) +# Too many unkeyworded dependencies for now. +efl +subversion + # James Le Cuirot <[email protected]> (2021-09-27) # The Lua 5.3 tests fail on m68k so it's probably broken. 5.4 works. lua_targets_lua5-3 @@ -33,10 +38,6 @@ rust # Qt is not keyworded or tested. qt5 -# James Le Cuirot <[email protected]> (2021-08-20) -# dev-libs/efl has many unkeyworded dependencies. -efl - # Sergei Trofimovich <[email protected]> (2020-04-23) # valgrind has no m68k port. valgrind
