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 084DC198005 for ; Fri, 1 Mar 2013 23:36:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F7ABE05F2; Fri, 1 Mar 2013 23:36:32 +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 2C1C9E05F2 for ; Fri, 1 Mar 2013 23:36:27 +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 CF8FF33DE20 for ; Fri, 1 Mar 2013 23:36:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6B98EE41E2 for ; Fri, 1 Mar 2013 23:36:24 +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: <1362180656.9137eff152b4da7a7f1843e58b94e09d6a0ab778.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: 9137eff152b4da7a7f1843e58b94e09d6a0ab778 X-VCS-Branch: master Date: Fri, 1 Mar 2013 23:36:24 +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: 663d8ff8-8658-4aaf-b24e-b9d139a3a564 X-Archives-Hash: 14b145fd7e93305112bc4314d92c99d3 commit: 9137eff152b4da7a7f1843e58b94e09d6a0ab778 Author: Robin H. Johnson gentoo org> AuthorDate: Fri Mar 1 23:30:56 2013 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Fri Mar 1 23:30:56 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=9137eff1 FEATURE is preserve-libs, not protect-libs. Signed-off-by: Robin H. Johnson gentoo.org> --- config/skimmer.env | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config/skimmer.env b/config/skimmer.env index c3482bc..adcb03f 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 protect-libs" +export FEATURES="parallel-fetch preserve-libs" export MAKEOPTS="-j5 -l4"