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 8428D139695 for ; Tue, 14 Feb 2017 05:14:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FCDDE0C52; Tue, 14 Feb 2017 05:14:32 +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 7D787E0C52 for ; Tue, 14 Feb 2017 05:14:32 +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 5B7E134105A for ; Tue, 14 Feb 2017 05:14:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24C7E472E for ; Tue, 14 Feb 2017 05:14:29 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1487049231.f087385ceab6e40e80b79861b759a91e34a21c68.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/portage/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/portage/metadata.xml X-VCS-Directories: sys-apps/portage/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: f087385ceab6e40e80b79861b759a91e34a21c68 X-VCS-Branch: master Date: Tue, 14 Feb 2017 05:14:29 +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: a7c217da-5172-4f18-a4a4-3a4c2526377a X-Archives-Hash: a361181f52b438972f23d241d6160d36 commit: f087385ceab6e40e80b79861b759a91e34a21c68 Author: Brian Dolbec gentoo org> AuthorDate: Tue Feb 14 05:11:48 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Tue Feb 14 05:13:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f087385c sys-apps/portage: Update metadat.xml "native-extensions" description Package-Manager: Portage-2.3.3_p54, Repoman-2.3.1_p47 sys-apps/portage/metadata.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/sys-apps/portage/metadata.xml b/sys-apps/portage/metadata.xml index 882d3baa00..62e7355781 100644 --- a/sys-apps/portage/metadata.xml +++ b/sys-apps/portage/metadata.xml @@ -11,8 +11,17 @@ Build html API documentation with epydoc. - Use inter-process communication between portage and running ebuilds. - Build native extensions. Cross-compilation is not supported. - Preserve extended attributes (filesystem-stored metadata) when installing files. Usually only required for hardened systems. + Use inter-process communication between portage and + running ebuilds. + + + Compiles native "C" extensions (speedups, instead of using python + backup code). Currently includes xattr and libc-locales. + This should only be temporarily disabled for some bootstrapping + operations, etc.. Cross-compilation is not supported. + + Preserve extended attributes (filesystem-stored metadata) + when installing files. Usually only required for hardened systems. +