From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A6FE9138330 for ; Mon, 26 Sep 2016 10:39:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89179E0BF2; Mon, 26 Sep 2016 10:39:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6AB95E0BF2 for ; Mon, 26 Sep 2016 10:39:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84CB43408DD for ; Mon, 26 Sep 2016 10:39:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F21F248E for ; Mon, 26 Sep 2016 10:39:10 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1474886338.8e0a0c30a3157404fca492f58c5d04f047f75e45.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/bsd/fbsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/default/bsd/fbsd/package.use.force X-VCS-Directories: profiles/default/bsd/fbsd/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 8e0a0c30a3157404fca492f58c5d04f047f75e45 X-VCS-Branch: master Date: Mon, 26 Sep 2016 10:39:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 167daf35-3c0a-48f8-b8b0-7a403e814afd X-Archives-Hash: 7ed8f55f91ab05b5dd5e16953d86c7e3 commit: 8e0a0c30a3157404fca492f58c5d04f047f75e45 Author: Yuta Satoh gmail com> AuthorDate: Sat Sep 24 11:00:29 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Sep 26 10:38:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e0a0c30 profiles/default/bsd/fbsd: force threads flag to libarchive and xz-utils https://bugs.gentoo.org/show_bug.cgi?id=594980 profiles/default/bsd/fbsd/package.use.force | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/default/bsd/fbsd/package.use.force b/profiles/default/bsd/fbsd/package.use.force index 6ff27bd..0dbdff6 100644 --- a/profiles/default/bsd/fbsd/package.use.force +++ b/profiles/default/bsd/fbsd/package.use.force @@ -1,3 +1,8 @@ # Naohiro Aota (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