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 ED088139696 for ; Thu, 20 Apr 2017 07:59:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB6A5E0C94; Thu, 20 Apr 2017 07:59:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9776EE0837 for ; Thu, 20 Apr 2017 07:59:33 +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 72A1D34164B for ; Thu, 20 Apr 2017 07:59:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AD83742D for ; Thu, 20 Apr 2017 07:59:30 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1492675041.dff7c4d3e841c83dad51858538317f55ffa4126f.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-pvgrub/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/xen-pvgrub/xen-pvgrub-4.7.1-r1.ebuild app-emulation/xen-pvgrub/xen-pvgrub-4.7.2.ebuild app-emulation/xen-pvgrub/xen-pvgrub-4.8.0.ebuild X-VCS-Directories: app-emulation/xen-pvgrub/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: dff7c4d3e841c83dad51858538317f55ffa4126f X-VCS-Branch: master Date: Thu, 20 Apr 2017 07:59:30 +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: e90defd5-7112-4655-a925-509d77444bc5 X-Archives-Hash: b1d46f7cf8d627a7cef7ae111e631ef4 commit: dff7c4d3e841c83dad51858538317f55ffa4126f Author: David Seifert gentoo org> AuthorDate: Thu Apr 20 07:07:00 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Apr 20 07:57:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dff7c4d3 app-emulation/xen-pvgrub: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-emulation/xen-pvgrub/xen-pvgrub-4.7.1-r1.ebuild | 5 +++-- app-emulation/xen-pvgrub/xen-pvgrub-4.7.2.ebuild | 3 ++- app-emulation/xen-pvgrub/xen-pvgrub-4.8.0.ebuild | 5 +++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.7.1-r1.ebuild b/app-emulation/xen-pvgrub/xen-pvgrub-4.7.1-r1.ebuild index 4ff9220be61..3545b5d65f6 100644 --- a/app-emulation/xen-pvgrub/xen-pvgrub-4.7.1-r1.ebuild +++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.7.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -42,7 +42,8 @@ DEPEND="sys-devel/gettext sys-apps/texinfo x11-libs/pixman" -RDEPEND=">=app-emulation/xen-tools-${PV}" +RDEPEND="${PYTHON_DEPS} + >=app-emulation/xen-tools-${PV}" pkg_setup() { python-single-r1_pkg_setup diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.7.2.ebuild b/app-emulation/xen-pvgrub/xen-pvgrub-4.7.2.ebuild index 158130ccab0..bf93403c340 100644 --- a/app-emulation/xen-pvgrub/xen-pvgrub-4.7.2.ebuild +++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.7.2.ebuild @@ -42,7 +42,8 @@ DEPEND="sys-devel/gettext sys-apps/texinfo x11-libs/pixman" -RDEPEND=">=app-emulation/xen-tools-${PV}" +RDEPEND="${PYTHON_DEPS} + >=app-emulation/xen-tools-${PV}" pkg_setup() { python-single-r1_pkg_setup diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.8.0.ebuild b/app-emulation/xen-pvgrub/xen-pvgrub-4.8.0.ebuild index 54969e66386..f3337ca3893 100644 --- a/app-emulation/xen-pvgrub/xen-pvgrub-4.8.0.ebuild +++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -42,7 +42,8 @@ DEPEND="sys-devel/gettext sys-apps/texinfo x11-libs/pixman" -RDEPEND=">=app-emulation/xen-tools-${PV}" +RDEPEND="${PYTHON_DEPS} + >=app-emulation/xen-tools-${PV}" pkg_setup() { python-single-r1_pkg_setup