commit: 6d175a2178b78d92d044298e24ed41b3155fa9e0 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Mon Apr 18 00:03:31 2022 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Mon Apr 18 00:04:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d175a21
profiles/targets/desktop: default to python[-bluetooth] This works around a circular dependency on install. Closes: https://bugs.gentoo.org/764623 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/targets/desktop/package.use | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/package.use index 5742b3ba9958..3cc4cc0d28f1 100644 --- a/profiles/targets/desktop/package.use +++ b/profiles/targets/desktop/package.use @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas K. Hüttel <[email protected]> (2022-04-18) +# Avoid a circular dependency, bug 764623 +dev-lang/python -bluetooth + # Andreas Sturmlechner <[email protected]> (2021-12-18) # Required by media-gfx/digikam media-gfx/exiv2 xmp
