From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CFC01198005 for ; Fri, 22 Feb 2013 08:33:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8117821C0AB; Fri, 22 Feb 2013 08:33:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D29921C0AB for ; Fri, 22 Feb 2013 08:33:42 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 227A333DEAC for ; Fri, 22 Feb 2013 08:33:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 70BC7E4073 for ; Fri, 22 Feb 2013 08:33:39 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1361522001.3d6202343aa2c620e2156d24e778c20a23dbe54a.robbat2@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: config/ X-VCS-Repository: proj/releng X-VCS-Files: config/skimmer.env X-VCS-Directories: config/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 3d6202343aa2c620e2156d24e778c20a23dbe54a X-VCS-Branch: master Date: Fri, 22 Feb 2013 08:33:39 +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: 00c671df-00b0-48bc-8cbc-ee879ef91e8b X-Archives-Hash: 1fab08e0ee624547b8edddec2f8580a3 commit: 3d6202343aa2c620e2156d24e778c20a23dbe54a Author: Robin H. Johnson gentoo org> AuthorDate: Fri Feb 22 08:28:43 2013 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Fri Feb 22 08:33:21 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=3d620234 Try to get FEATURES=protect-libs working on skimmer for bug #458536. --- config/skimmer.env | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config/skimmer.env b/config/skimmer.env index d18400f..c3482bc 100644 --- a/config/skimmer.env +++ b/config/skimmer.env @@ -1,3 +1,3 @@ export GENTOO_MIRRORS="http://mirror.ovh.net/gentoo-distfiles/" -export FEATURES="parallel-fetch" +export FEATURES="parallel-fetch protect-libs" export MAKEOPTS="-j5 -l4"