commit: 0574e5572b475790e146fef66816b9478ce6efa0 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Wed Oct 23 16:31:31 2024 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Wed Oct 23 16:32:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0574e557
profiles/arch/x86: mask dropbox flag on x86 Bug: https://bugs.gentoo.org/941701 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> profiles/arch/x86/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 87345b2d1bbf..9a0897cf5235 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Ben Kohler <[email protected]> (2024-10-23) +# Upstream dropbox no longer producing x86 releases +kde-apps/kdenetwork-meta dropbox + # Alexander Puck Neuwirth <[email protected]> (2024-10-20) # sci-physics/rivet is unavailable on x86 sci-physics/pythia rivet
