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 1E65C13835A for ; Sun, 17 Jan 2021 04:50:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36850E0844; Sun, 17 Jan 2021 04:50:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EC468E0844 for ; Sun, 17 Jan 2021 04:50:51 +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 91957340D06 for ; Sun, 17 Jan 2021 04:50:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2044309 for ; Sun, 17 Jan 2021 04:50:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1610859036.c39677851b1d4c6ece59ff493319e47ae1509ab4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libvirt-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/libvirt-python/libvirt-python-7.0.0.ebuild dev-python/libvirt-python/libvirt-python-9999.ebuild X-VCS-Directories: dev-python/libvirt-python/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c39677851b1d4c6ece59ff493319e47ae1509ab4 X-VCS-Branch: master Date: Sun, 17 Jan 2021 04:50:48 +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: 46ef1249-ca49-41a1-9913-3df68a444e19 X-Archives-Hash: aa7937ba9e6cc80b46dd9a695ac9df3d commit: c39677851b1d4c6ece59ff493319e47ae1509ab4 Author: Sam James gentoo org> AuthorDate: Sun Jan 17 04:50:36 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 17 04:50:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3967785 dev-python/libvirt-python: move pkgconfig to BDEPEND Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-python/libvirt-python/libvirt-python-7.0.0.ebuild | 14 ++++++++------ dev-python/libvirt-python/libvirt-python-9999.ebuild | 12 +++++++----- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/dev-python/libvirt-python/libvirt-python-7.0.0.ebuild b/dev-python/libvirt-python/libvirt-python-7.0.0.ebuild index 234224f5717..cb778ad7f1c 100644 --- a/dev-python/libvirt-python/libvirt-python-7.0.0.ebuild +++ b/dev-python/libvirt-python/libvirt-python-7.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -29,11 +29,13 @@ SLOT="0" IUSE="examples test" RESTRICT="!test? ( test )" -DEPEND="virtual/pkgconfig" -BDEPEND="test? ( - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] -)" +BDEPEND=" + virtual/pkgconfig + test? ( + dev-python/lxml[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] + ) +" distutils_enable_tests setup.py diff --git a/dev-python/libvirt-python/libvirt-python-9999.ebuild b/dev-python/libvirt-python/libvirt-python-9999.ebuild index 1e00660e0ab..cb778ad7f1c 100644 --- a/dev-python/libvirt-python/libvirt-python-9999.ebuild +++ b/dev-python/libvirt-python/libvirt-python-9999.ebuild @@ -29,11 +29,13 @@ SLOT="0" IUSE="examples test" RESTRICT="!test? ( test )" -DEPEND="virtual/pkgconfig" -BDEPEND="test? ( - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] -)" +BDEPEND=" + virtual/pkgconfig + test? ( + dev-python/lxml[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] + ) +" distutils_enable_tests setup.py