sys-apps/portage: Fix metadata use description, default enable native-extensions
authorBrian Dolbec <dolsen@gentoo.org>
Tue, 14 Feb 2017 19:33:36 +0000 (11:33 -0800)
committerBrian Dolbec <dolsen@gentoo.org>
Tue, 14 Feb 2017 19:38:23 +0000 (11:38 -0800)
Package-Manager: Portage-2.3.3_p54, Repoman-2.3.1_p47

sys-apps/portage/metadata.xml
sys-apps/portage/portage-2.3.3.ebuild

index 62e735578166aa5edc78c76d6c7ca66b4eed3588..c66241962c3338ee9f9d821db0e44c4b13f1e7b7 100644 (file)
@@ -16,9 +16,9 @@
     </flag>
     <flag name="native-extensions">
         Compiles native "C" extensions (speedups, instead of using python
-        backup code).  Currently includes xattr and libc-locales.
+        backup code).  Currently includes libc-locales.
         This should only be temporarily disabled for some bootstrapping
-        operations, etc.. Cross-compilation is not supported.
+        operations Cross-compilation is not supported.
     </flag>
     <flag name="xattr">Preserve extended attributes (filesystem-stored metadata)
         when installing files. Usually only required for hardened systems.
index cb5403e124889f6294a0fede43c9ede8e21b9550..3fd3f2ab1164c92dce808ef2452aee482a70bf01 100644 (file)
@@ -19,7 +19,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage"
 LICENSE="GPL-2"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 SLOT="0"
-IUSE="build doc epydoc +ipc linguas_ru native-extensions selinux xattr"
+IUSE="build doc epydoc +ipc linguas_ru +native-extensions selinux xattr"
 
 DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
        >=app-arch/tar-1.27