From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RZ7H2-00060k-Vl for garchives@archives.gentoo.org; Fri, 09 Dec 2011 20:42:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F0FC21C118; Fri, 9 Dec 2011 20:42:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 41A3D21C118 for ; Fri, 9 Dec 2011 20:42:21 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9082B1B4009 for ; Fri, 9 Dec 2011 20:42:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D915080042 for ; Fri, 9 Dec 2011 20:42:19 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <9b1d50b7f5ba9dfa89d311bd1eca24439747a0c9.grobian@gentoo> Subject: [gentoo-commits] proj/portage:prefix commit in: cnf/ X-VCS-Repository: proj/portage X-VCS-Files: cnf/make.globals X-VCS-Directories: cnf/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 9b1d50b7f5ba9dfa89d311bd1eca24439747a0c9 Date: Fri, 9 Dec 2011 20:42:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 40283724-9a97-451b-9fdb-b1106fd20b94 X-Archives-Hash: 8059a293e666533f621d023913c3edb0 commit: 9b1d50b7f5ba9dfa89d311bd1eca24439747a0c9 Author: Fabian Groffen gentoo org> AuthorDate: Fri Dec 9 20:42:13 2011 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Fri Dec 9 20:42:13 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D9b1d50b7 make.globals: enable FEATURES=3Dforce-prefix --- cnf/make.globals | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/cnf/make.globals b/cnf/make.globals index 558f335..4339f1f 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -65,6 +65,9 @@ COLLISION_IGNORE=3D"/lib/modules" # This setting is commented out for portage versions that don't support = it. FEATURES=3D"${FEATURES} preserve-libs" =20 +# Force EPREFIX, ED and EROOT to exist in all EAPIs, not just 3 and up +FEATURES=3D"${FEATURES} force-prefix" + # Default chunksize for binhost comms PORTAGE_BINHOST_CHUNKSIZE=3D"3000" =20