From: Zac Medico Date: Sat, 11 Mar 2017 19:16:02 +0000 (-0800) Subject: sys-apps/portage: enable native-extensions by default in 9999 ebuild X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d7f2c23583f07f506c9da9ae016d808fa3927839;p=gentoo.git sys-apps/portage: enable native-extensions by default in 9999 ebuild Reported-by: Coacher 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 --- 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