diff options
author | Karel Kočí <cynerd@email.cz> | 2020-04-22 12:02:01 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-04-22 12:02:01 +0200 |
commit | 4870423d7f13275d92f87f7dc004023be9bb04c1 (patch) | |
tree | fb7282b9b54535ef8e36159fb942e03d46ba0345 /profiles/gaming | |
parent | ad7b26614ba0bf05b508ed08038a052dbaf5aac5 (diff) | |
download | gentoo-personal-overlay-4870423d7f13275d92f87f7dc004023be9bb04c1.tar.gz gentoo-personal-overlay-4870423d7f13275d92f87f7dc004023be9bb04c1.tar.bz2 gentoo-personal-overlay-4870423d7f13275d92f87f7dc004023be9bb04c1.zip |
profiles: try to use Python2 packages
This selectively enables Python2 for packages that do not have Python3
support.
Diffstat (limited to 'profiles/gaming')
-rw-r--r-- | profiles/gaming/package.use | 3 | ||||
-rw-r--r-- | profiles/gaming/packages | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/profiles/gaming/package.use b/profiles/gaming/package.use index fe6cc8b..f150093 100644 --- a/profiles/gaming/package.use +++ b/profiles/gaming/package.use @@ -14,3 +14,6 @@ media-libs/libsdl2 haptic media-libs/mesa osmesa d3d9 app-emulation/wine-vanilla vkd3d xinerama osmesa app-emulation/wine-staging vkd3d xinerama themes osmesa + +# Selective use of Python2 +gnome-base/gconf python_targets_python2_7 diff --git a/profiles/gaming/packages b/profiles/gaming/packages index eed4f54..1d8c728 100644 --- a/profiles/gaming/packages +++ b/profiles/gaming/packages @@ -20,7 +20,7 @@ dev-libs/glib:2 dev-libs/libgcrypt dev-libs/nspr dev-libs/nss -#gnome-base/gconf +gnome-base/gconf gnome-extra/zenity media-libs/alsa-lib media-libs/fontconfig |