diff options
author | Yuta Satoh <nigoro.dev@gmail.com> | 2016-09-24 20:00:29 +0900 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-09-26 12:38:58 +0200 |
commit | 8e0a0c30a3157404fca492f58c5d04f047f75e45 (patch) | |
tree | 56bdabfe4c41288a4aba00a83d95b0acd75ce5fa /profiles | |
parent | profiles/arch/amd64-fbsd/clang: mask sys-libs/db[cxx] flag (diff) | |
download | gentoo-8e0a0c30a3157404fca492f58c5d04f047f75e45.tar.gz gentoo-8e0a0c30a3157404fca492f58c5d04f047f75e45.tar.bz2 gentoo-8e0a0c30a3157404fca492f58c5d04f047f75e45.zip |
profiles/default/bsd/fbsd: force threads flag to libarchive and xz-utils
https://bugs.gentoo.org/show_bug.cgi?id=594980
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default/bsd/fbsd/package.use.force | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/default/bsd/fbsd/package.use.force b/profiles/default/bsd/fbsd/package.use.force index 6ff27bd7844a..0dbdff698c5d 100644 --- a/profiles/default/bsd/fbsd/package.use.force +++ b/profiles/default/bsd/fbsd/package.use.force @@ -1,3 +1,8 @@ # Naohiro Aota <naota@gentoo.org> (08 Nov 2011) # Always enable hardened not to depend glibc app-emulation/wine hardened + +# app-arch/xz-utils[threads=] required by app-arch/libarchive +# https://bugs.gentoo.org/show_bug.cgi?id=594980 +app-arch/libarchive threads +app-arch/xz-utils threads |