summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomáš Mózes <hydrapolic@gmail.com>2020-02-19 06:05:38 +0100
committerYixun Lan <dlan@gentoo.org>2020-03-01 23:55:40 +0000
commit9d6d3b5711a191a0648def4ce5f859a496693755 (patch)
tree1eb24711b8bce5391dda2da3db7d7735c7917d57 /app-emulation
parentkde-apps/umbrello: Disable finding more packages (diff)
downloadgentoo-9d6d3b5711a191a0648def4ce5f859a496693755.tar.gz
gentoo-9d6d3b5711a191a0648def4ce5f859a496693755.tar.bz2
gentoo-9d6d3b5711a191a0648def4ce5f859a496693755.zip
app-emulation/xen-pvgrub: restrict tests
Closes: https://bugs.gentoo.org/703448 Closes: https://github.com/gentoo/gentoo/pull/14094 Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/xen-pvgrub/xen-pvgrub-4.13.0.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.13.0.ebuild b/app-emulation/xen-pvgrub/xen-pvgrub-4.13.0.ebuild
index 9a1c6029fc9b..2fec4e1c157f 100644
--- a/app-emulation/xen-pvgrub/xen-pvgrub-4.13.0.ebuild
+++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.13.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -48,6 +48,9 @@ DEPEND="sys-devel/gettext
RDEPEND="${PYTHON_DEPS}
>=app-emulation/xen-tools-${PV}"
+# python2 only
+RESTRICT="test"
+
pkg_setup() {
python-single-r1_pkg_setup
}