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 B8613138BF3 for ; Mon, 17 Feb 2014 13:30:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 356F3E0A94; Mon, 17 Feb 2014 13:30:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6C7BE0A94 for ; Mon, 17 Feb 2014 13:30:04 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF1AC33DF72 for ; Mon, 17 Feb 2014 13:30:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 94CA61872B for ; Mon, 17 Feb 2014 13:30:02 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1392643867.a6916d20d682012baef50d7ef9b2e87ebb4d2d5c.blueness@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools-musl/portage/ X-VCS-Repository: proj/releng X-VCS-Files: tools-musl/portage/make.conf X-VCS-Directories: tools-musl/portage/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: a6916d20d682012baef50d7ef9b2e87ebb4d2d5c X-VCS-Branch: master Date: Mon, 17 Feb 2014 13:30:02 +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: 34f438c4-89d1-4f8f-9610-d240b4bbcab2 X-Archives-Hash: 86296b6b92c72424e0234f28baf57469 commit: a6916d20d682012baef50d7ef9b2e87ebb4d2d5c Author: Anthony G. Basile gentoo org> AuthorDate: Mon Feb 17 13:31:07 2014 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Feb 17 13:31:07 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=a6916d20 releng/tools-musl: remove FEATURES=-sandbox --- tools-musl/portage/make.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/tools-musl/portage/make.conf b/tools-musl/portage/make.conf index 63003ee..b5e78de 100644 --- a/tools-musl/portage/make.conf +++ b/tools-musl/portage/make.conf @@ -8,7 +8,6 @@ USE="${USE} -xattr python zlib" MAKEOPTS="-j9" INSTALL_MASK="charset.alias" -FEATURES="-sandbox" PORTDIR="/usr/portage" source /var/lib/layman/make.conf