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 A135E1382C5 for ; Mon, 25 May 2020 00:37:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0B46E08F6; Mon, 25 May 2020 00:37:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84209E08F6 for ; Mon, 25 May 2020 00:37:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A33134EFB8 for ; Mon, 25 May 2020 00:37:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94E60242 for ; Mon, 25 May 2020 00:37:36 +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: <1590366950.3d41a41ee0335632b9b2489706c72c1cf163c0d7.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-2.3.100.ebuild X-VCS-Directories: sys-apps/portage/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 3d41a41ee0335632b9b2489706c72c1cf163c0d7 X-VCS-Branch: master Date: Mon, 25 May 2020 00:37:36 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ba5e4b7d-f75a-4eb1-85a7-6549af6de2c8 X-Archives-Hash: 0d863d78a4253681a0f9810dc0f4778e commit: 3d41a41ee0335632b9b2489706c72c1cf163c0d7 Author: Zac Medico gentoo org> AuthorDate: Mon May 25 00:35:25 2020 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon May 25 00:35:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d41a41e sys-apps/portage: sed VERSION apidoc Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Zac Medico gentoo.org> sys-apps/portage/portage-2.3.100.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-apps/portage/portage-2.3.100.ebuild b/sys-apps/portage/portage-2.3.100.ebuild index 4a9c0ce1cb2..8abae505654 100644 --- a/sys-apps/portage/portage-2.3.100.ebuild +++ b/sys-apps/portage/portage-2.3.100.ebuild @@ -89,6 +89,8 @@ pkg_pretend() { python_prepare_all() { distutils-r1_python_prepare_all + sed -e "s:^VERSION = \"HEAD\"$:VERSION = \"${PV}\":" -i lib/portage/__init__.py || die + if use gentoo-dev; then einfo "Disabling --dynamic-deps by default for gentoo-dev..." sed -e 's:\("--dynamic-deps", \)\("y"\):\1"n":' \