diff options
author | David Seifert <soap@gentoo.org> | 2017-04-20 09:07:00 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-20 09:57:21 +0200 |
commit | dff7c4d3e841c83dad51858538317f55ffa4126f (patch) | |
tree | 62517b778cc61895fb7070b73bb65f9fb553e714 /app-emulation/xen-pvgrub | |
parent | app-emulation/playonlinux: [QA] Add missing python metadata variables (diff) | |
download | gentoo-dff7c4d3e841c83dad51858538317f55ffa4126f.tar.gz gentoo-dff7c4d3e841c83dad51858538317f55ffa4126f.tar.bz2 gentoo-dff7c4d3e841c83dad51858538317f55ffa4126f.zip |
app-emulation/xen-pvgrub: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-emulation/xen-pvgrub')
-rw-r--r-- | app-emulation/xen-pvgrub/xen-pvgrub-4.7.1-r1.ebuild | 5 | ||||
-rw-r--r-- | app-emulation/xen-pvgrub/xen-pvgrub-4.7.2.ebuild | 3 | ||||
-rw-r--r-- | 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 4ff9220be619..3545b5d65f60 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 158130ccab05..bf93403c340d 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 54969e66386a..f3337ca38936 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 |