diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-04-18 02:03:31 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-04-18 02:04:53 +0200 |
commit | 6d175a2178b78d92d044298e24ed41b3155fa9e0 (patch) | |
tree | 94a11ec0905c8b58de1d7da09ee9e2dbc3d9b639 /profiles | |
parent | dev-lang/clipsjni: bump to EAPI 8 (diff) | |
download | gentoo-6d175a2178b78d92d044298e24ed41b3155fa9e0.tar.gz gentoo-6d175a2178b78d92d044298e24ed41b3155fa9e0.tar.bz2 gentoo-6d175a2178b78d92d044298e24ed41b3155fa9e0.zip |
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@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/targets/desktop/package.use | 4 |
1 files changed, 4 insertions, 0 deletions
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 <dilfridge@gentoo.org> (2022-04-18) +# Avoid a circular dependency, bug 764623 +dev-lang/python -bluetooth + # Andreas Sturmlechner <asturm@gentoo.org> (2021-12-18) # Required by media-gfx/digikam media-gfx/exiv2 xmp |