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 571861381F3 for ; Wed, 12 Aug 2020 17:59:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E905E0905; Wed, 12 Aug 2020 17:59:55 +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 5B63EE0905 for ; Wed, 12 Aug 2020 17:59:55 +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 CC22E34F5F3 for ; Wed, 12 Aug 2020 17:59:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87A1B26 for ; Wed, 12 Aug 2020 17:59:52 +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: <1597255172.5724690637aaed3b03cb98b021411778b28bf5f7.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.103.ebuild sys-apps/portage/portage-2.3.99-r2.ebuild sys-apps/portage/portage-3.0.2.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: 5724690637aaed3b03cb98b021411778b28bf5f7 X-VCS-Branch: master Date: Wed, 12 Aug 2020 17:59:52 +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: a7e1cb6c-eba1-4060-b1e1-eee5a6cfd4ec X-Archives-Hash: f557b2ee52117795ce787fe2e51f977f commit: 5724690637aaed3b03cb98b021411778b28bf5f7 Author: Zac Medico gentoo org> AuthorDate: Wed Aug 12 17:50:28 2020 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Aug 12 17:59:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57246906 sys-apps/portage: PYTHON_REQ_USE+=xml Reported-by: Rick Farina gentoo.org> Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Zac Medico gentoo.org> sys-apps/portage/portage-2.3.103.ebuild | 2 +- sys-apps/portage/portage-2.3.99-r2.ebuild | 2 +- sys-apps/portage/portage-3.0.2.ebuild | 2 +- sys-apps/portage/portage-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-apps/portage/portage-2.3.103.ebuild b/sys-apps/portage/portage-2.3.103.ebuild index 403f1f91fa7..d18b79f23e9 100644 --- a/sys-apps/portage/portage-2.3.103.ebuild +++ b/sys-apps/portage/portage-2.3.103.ebuild @@ -5,7 +5,7 @@ EAPI=5 DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( pypy3 python3_{6..9} ) -PYTHON_REQ_USE='bzip2(+),threads(+)' +PYTHON_REQ_USE='bzip2(+),threads(+),xml(+)' inherit distutils-r1 linux-info systemd prefix diff --git a/sys-apps/portage/portage-2.3.99-r2.ebuild b/sys-apps/portage/portage-2.3.99-r2.ebuild index 38f185f95eb..f81a8f1e29a 100644 --- a/sys-apps/portage/portage-2.3.99-r2.ebuild +++ b/sys-apps/portage/portage-2.3.99-r2.ebuild @@ -5,7 +5,7 @@ EAPI=5 DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( pypy3 python3_6 python3_7 python3_8 ) -PYTHON_REQ_USE='bzip2(+),threads(+)' +PYTHON_REQ_USE='bzip2(+),threads(+),xml(+)' inherit distutils-r1 epatch linux-info systemd prefix diff --git a/sys-apps/portage/portage-3.0.2.ebuild b/sys-apps/portage/portage-3.0.2.ebuild index 70653ffbfc3..a8cc814a841 100644 --- a/sys-apps/portage/portage-3.0.2.ebuild +++ b/sys-apps/portage/portage-3.0.2.ebuild @@ -5,7 +5,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( pypy3 python3_{6..9} ) -PYTHON_REQ_USE='bzip2(+),threads(+)' +PYTHON_REQ_USE='bzip2(+),threads(+),xml(+)' inherit distutils-r1 linux-info systemd prefix diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild index 925c6b9f65b..a2f35097bff 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(+)' +PYTHON_REQ_USE='bzip2(+),threads(+),xml(+)' inherit distutils-r1 git-r3 linux-info systemd prefix