summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-03-11 11:16:02 -0800
committerZac Medico <zmedico@gentoo.org>2017-03-11 11:24:00 -0800
commitd7f2c23583f07f506c9da9ae016d808fa3927839 (patch)
tree22018ae92f8e105e4fac19768a6ed76a3dc83e80 /sys-apps/portage
parentmedia-libs/hamlib: Fix installation for USE=perl (bug #611550). (diff)
downloadgentoo-d7f2c23583f07f506c9da9ae016d808fa3927839.tar.gz
gentoo-d7f2c23583f07f506c9da9ae016d808fa3927839.tar.bz2
gentoo-d7f2c23583f07f506c9da9ae016d808fa3927839.zip
sys-apps/portage: enable native-extensions by default in 9999 ebuild
Reported-by: Coacher <itumaykin+gentoo@gmail.com> X-Gentoo-bug: 612278 X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=612278 Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'sys-apps/portage')
-rw-r--r--sys-apps/portage/portage-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild
index 7633ac11e816..84c6b23d3b45 100644
--- a/sys-apps/portage/portage-9999.ebuild
+++ b/sys-apps/portage/portage-9999.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage"
LICENSE="GPL-2"
KEYWORDS=""
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