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 1AD3B139694 for ; Sat, 11 Mar 2017 19:24:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FC8AE0CCF; Sat, 11 Mar 2017 19:24:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0F61DE0CCF for ; Sat, 11 Mar 2017 19:24:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D5129340806 for ; Sat, 11 Mar 2017 19:24:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 442D564CC for ; Sat, 11 Mar 2017 19:24:07 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1489260240.d7f2c23583f07f506c9da9ae016d808fa3927839.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/portage/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/portage/portage-9999.ebuild X-VCS-Directories: sys-apps/portage/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: d7f2c23583f07f506c9da9ae016d808fa3927839 X-VCS-Branch: master Date: Sat, 11 Mar 2017 19:24:07 +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: 11161a45-0e98-495e-82d2-7479e26b60bc X-Archives-Hash: a2ff27951a0cd1fce410ff80ae404769 commit: d7f2c23583f07f506c9da9ae016d808fa3927839 Author: Zac Medico gentoo org> AuthorDate: Sat Mar 11 19:16:02 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Mar 11 19:24:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7f2c235 sys-apps/portage: enable native-extensions by default in 9999 ebuild Reported-by: Coacher 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 sys-apps/portage/portage-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild index 7633ac11e81..84c6b23d3b4 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