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 05273138359 for ; Thu, 13 Aug 2020 04:52:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BC9AE088A; Thu, 13 Aug 2020 04:52:16 +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 1A8F4E088A for ; Thu, 13 Aug 2020 04:52:16 +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 B864A34F180 for ; Thu, 13 Aug 2020 04:52:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 377819C for ; Thu, 13 Aug 2020 04:52:13 +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: <1597294326.c9758b562abfaa671204c76e0c2721c7deef9794.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-3.0.2-r1.ebuild 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: c9758b562abfaa671204c76e0c2721c7deef9794 X-VCS-Branch: master Date: Thu, 13 Aug 2020 04:52:13 +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: f967da60-fa09-4a3d-a783-f6063d20adb6 X-Archives-Hash: b0c645ff4d854bcc8b28b48a64eb6bd8 commit: c9758b562abfaa671204c76e0c2721c7deef9794 Author: Zac Medico gentoo org> AuthorDate: Thu Aug 13 04:50:17 2020 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Aug 13 04:52:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9758b56 sys-apps/portage: PYTHON_REQ_USE-=xml Bug: https://bugs.gentoo.org/736912 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Zac Medico gentoo.org> sys-apps/portage/portage-3.0.2-r1.ebuild | 2 +- sys-apps/portage/portage-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/portage/portage-3.0.2-r1.ebuild b/sys-apps/portage/portage-3.0.2-r1.ebuild index b4e9ffe6cf8..1123bad2108 100644 --- a/sys-apps/portage/portage-3.0.2-r1.ebuild +++ b/sys-apps/portage/portage-3.0.2-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( pypy3 python3_{6..9} ) -PYTHON_REQ_USE='bzip2(+),threads(+),xml(+)' +PYTHON_REQ_USE='bzip2(+),threads(+)' inherit distutils-r1 linux-info systemd prefix diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild index a2f35097bff..925c6b9f65b 100644 --- a/sys-apps/portage/portage-9999.ebuild +++ b/sys-apps/portage/portage-9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( pypy3 python3_{6..9} ) -PYTHON_REQ_USE='bzip2(+),threads(+),xml(+)' +PYTHON_REQ_USE='bzip2(+),threads(+)' inherit distutils-r1 git-r3 linux-info systemd prefix