Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-pvgrub/
Date: Sun, 01 Mar 2020 23:59:37
Message-Id: 1583106940.9d6d3b5711a191a0648def4ce5f859a496693755.dlan@gentoo
1 commit: 9d6d3b5711a191a0648def4ce5f859a496693755
2 Author: Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 19 05:05:38 2020 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 1 23:55:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d6d3b57
7
8 app-emulation/xen-pvgrub: restrict tests
9
10 Closes: https://bugs.gentoo.org/703448
11 Closes: https://github.com/gentoo/gentoo/pull/14094
12 Package-Manager: Portage-2.3.85, Repoman-2.3.20
13 Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
14 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
15
16 app-emulation/xen-pvgrub/xen-pvgrub-4.13.0.ebuild | 5 ++++-
17 1 file changed, 4 insertions(+), 1 deletion(-)
18
19 diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.13.0.ebuild b/app-emulation/xen-pvgrub/xen-pvgrub-4.13.0.ebuild
20 index 9a1c6029fc9..2fec4e1c157 100644
21 --- a/app-emulation/xen-pvgrub/xen-pvgrub-4.13.0.ebuild
22 +++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.13.0.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -48,6 +48,9 @@ DEPEND="sys-devel/gettext
30 RDEPEND="${PYTHON_DEPS}
31 >=app-emulation/xen-tools-${PV}"
32
33 +# python2 only
34 +RESTRICT="test"
35 +
36 pkg_setup() {
37 python-single-r1_pkg_setup
38 }