diff options
author | Karel Kočí <cynerd@email.cz> | 2021-01-08 10:08:35 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2021-01-08 10:08:35 +0100 |
commit | 3d0678dffb355a75ec3c77d54b432a23c8685346 (patch) | |
tree | 597bb6c7788980307018cfa7e87a59ebeb25725f /profiles | |
parent | 0131a5639029649f71a0d5ba30571aedcc51cb4b (diff) | |
download | gentoo-personal-overlay-3d0678dffb355a75ec3c77d54b432a23c8685346.tar.gz gentoo-personal-overlay-3d0678dffb355a75ec3c77d54b432a23c8685346.tar.bz2 gentoo-personal-overlay-3d0678dffb355a75ec3c77d54b432a23c8685346.zip |
profiles/gaming: try to fix libcxx dependencies
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/gaming/package.use | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/gaming/package.use b/profiles/gaming/package.use index f150093..e3e9b51 100644 --- a/profiles/gaming/package.use +++ b/profiles/gaming/package.use @@ -17,3 +17,7 @@ app-emulation/wine-staging vkd3d xinerama themes osmesa # Selective use of Python2 gnome-base/gconf python_targets_python2_7 + +# Hacks +# libcxx is static and it needs static libunwind +sys-libs/libunwind static-libs |