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 A152C139694 for ; Fri, 21 Apr 2017 18:15:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4357E0C58; Fri, 21 Apr 2017 18:15:31 +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 94999E0C58 for ; Fri, 21 Apr 2017 18:15:31 +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 141F834106E for ; Fri, 21 Apr 2017 18:15:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F7CF7438 for ; Fri, 21 Apr 2017 18:15:28 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1492798469.739216f8e1f50ed1c3bc1d8cdcab9964ae81134a.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/setuptools/setuptools-18.4.ebuild dev-python/setuptools/setuptools-20.6.7.ebuild dev-python/setuptools/setuptools-30.4.0.ebuild dev-python/setuptools/setuptools-33.1.1.ebuild dev-python/setuptools/setuptools-34.0.2-r1.ebuild dev-python/setuptools/setuptools-34.3.2.ebuild dev-python/setuptools/setuptools-34.3.3.ebuild dev-python/setuptools/setuptools-34.4.1.ebuild dev-python/setuptools/setuptools-9999.ebuild X-VCS-Directories: dev-python/setuptools/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 739216f8e1f50ed1c3bc1d8cdcab9964ae81134a X-VCS-Branch: master Date: Fri, 21 Apr 2017 18:15:28 +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: 985ea490-ef66-4d7e-881b-b7b16f31feeb X-Archives-Hash: 24e3a83b43d96c26994456b992f03cc1 commit: 739216f8e1f50ed1c3bc1d8cdcab9964ae81134a Author: Mike Gilbert gentoo org> AuthorDate: Fri Apr 21 18:14:29 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Apr 21 18:14:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=739216f8 dev-python/setuptools: require python xml (expat) support Bug: https://bugs.gentoo.org/519954 Package-Manager: Portage-2.3.5_p19, Repoman-2.3.2_p49 dev-python/setuptools/setuptools-18.4.ebuild | 1 + dev-python/setuptools/setuptools-20.6.7.ebuild | 1 + dev-python/setuptools/setuptools-30.4.0.ebuild | 1 + dev-python/setuptools/setuptools-33.1.1.ebuild | 1 + dev-python/setuptools/setuptools-34.0.2-r1.ebuild | 1 + dev-python/setuptools/setuptools-34.3.2.ebuild | 1 + dev-python/setuptools/setuptools-34.3.3.ebuild | 1 + dev-python/setuptools/setuptools-34.4.1.ebuild | 1 + dev-python/setuptools/setuptools-9999.ebuild | 1 + 9 files changed, 9 insertions(+) diff --git a/dev-python/setuptools/setuptools-18.4.ebuild b/dev-python/setuptools/setuptools-18.4.ebuild index 6b044ff57f2..1a953517db6 100644 --- a/dev-python/setuptools/setuptools-18.4.ebuild +++ b/dev-python/setuptools/setuptools-18.4.ebuild @@ -4,6 +4,7 @@ EAPI="5" PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_REQ_USE="xml(+)" inherit distutils-r1 diff --git a/dev-python/setuptools/setuptools-20.6.7.ebuild b/dev-python/setuptools/setuptools-20.6.7.ebuild index 813b18f4618..30c2a77c586 100644 --- a/dev-python/setuptools/setuptools-20.6.7.ebuild +++ b/dev-python/setuptools/setuptools-20.6.7.ebuild @@ -4,6 +4,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_REQ_USE="xml(+)" inherit distutils-r1 diff --git a/dev-python/setuptools/setuptools-30.4.0.ebuild b/dev-python/setuptools/setuptools-30.4.0.ebuild index 42889134207..5d337ffd3af 100644 --- a/dev-python/setuptools/setuptools-30.4.0.ebuild +++ b/dev-python/setuptools/setuptools-30.4.0.ebuild @@ -3,6 +3,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) +PYTHON_REQ_USE="xml(+)" inherit distutils-r1 diff --git a/dev-python/setuptools/setuptools-33.1.1.ebuild b/dev-python/setuptools/setuptools-33.1.1.ebuild index 7b9eacedb7c..3ccdfac94c6 100644 --- a/dev-python/setuptools/setuptools-33.1.1.ebuild +++ b/dev-python/setuptools/setuptools-33.1.1.ebuild @@ -3,6 +3,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) +PYTHON_REQ_USE="xml(+)" inherit distutils-r1 diff --git a/dev-python/setuptools/setuptools-34.0.2-r1.ebuild b/dev-python/setuptools/setuptools-34.0.2-r1.ebuild index 980441d6802..61efafc9dc1 100644 --- a/dev-python/setuptools/setuptools-34.0.2-r1.ebuild +++ b/dev-python/setuptools/setuptools-34.0.2-r1.ebuild @@ -3,6 +3,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) +PYTHON_REQ_USE="xml(+)" inherit distutils-r1 diff --git a/dev-python/setuptools/setuptools-34.3.2.ebuild b/dev-python/setuptools/setuptools-34.3.2.ebuild index bc94af02a85..9bdebb0a071 100644 --- a/dev-python/setuptools/setuptools-34.3.2.ebuild +++ b/dev-python/setuptools/setuptools-34.3.2.ebuild @@ -3,6 +3,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) +PYTHON_REQ_USE="xml(+)" inherit distutils-r1 diff --git a/dev-python/setuptools/setuptools-34.3.3.ebuild b/dev-python/setuptools/setuptools-34.3.3.ebuild index bc94af02a85..9bdebb0a071 100644 --- a/dev-python/setuptools/setuptools-34.3.3.ebuild +++ b/dev-python/setuptools/setuptools-34.3.3.ebuild @@ -3,6 +3,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) +PYTHON_REQ_USE="xml(+)" inherit distutils-r1 diff --git a/dev-python/setuptools/setuptools-34.4.1.ebuild b/dev-python/setuptools/setuptools-34.4.1.ebuild index bc94af02a85..9bdebb0a071 100644 --- a/dev-python/setuptools/setuptools-34.4.1.ebuild +++ b/dev-python/setuptools/setuptools-34.4.1.ebuild @@ -3,6 +3,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) +PYTHON_REQ_USE="xml(+)" inherit distutils-r1 diff --git a/dev-python/setuptools/setuptools-9999.ebuild b/dev-python/setuptools/setuptools-9999.ebuild index bc94af02a85..9bdebb0a071 100644 --- a/dev-python/setuptools/setuptools-9999.ebuild +++ b/dev-python/setuptools/setuptools-9999.ebuild @@ -3,6 +3,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) +PYTHON_REQ_USE="xml(+)" inherit distutils-r1