summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2019-03-17 10:21:09 +0100
committerLars Wendler <polynomial-c@gentoo.org>2019-03-17 10:21:09 +0100
commitaaaec40d7341aab7faa7e5163b9b50b229fe7945 (patch)
treeac6d944e93a39e5339c59ea7fe088f91e9f21051 /dev-vcs/mercurial/mercurial-9999.ebuild
parentgnome-base/gnome-extra-apps: bump to 3.30.2 (diff)
downloadgentoo-aaaec40d7341aab7faa7e5163b9b50b229fe7945.tar.gz
gentoo-aaaec40d7341aab7faa7e5163b9b50b229fe7945.tar.bz2
gentoo-aaaec40d7341aab7faa7e5163b9b50b229fe7945.zip
dev-vcs/mercurial: Restrict tests
Bug: https://bugs.gentoo.org/608720 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'dev-vcs/mercurial/mercurial-9999.ebuild')
-rw-r--r--dev-vcs/mercurial/mercurial-9999.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-vcs/mercurial/mercurial-9999.ebuild b/dev-vcs/mercurial/mercurial-9999.ebuild
index 66be22841e62..797fc104685b 100644
--- a/dev-vcs/mercurial/mercurial-9999.ebuild
+++ b/dev-vcs/mercurial/mercurial-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -30,6 +30,9 @@ DEPEND="emacs? ( virtual/emacs )
SITEFILE="70${PN}-gentoo.el"
+# Too many tests fail #608720
+RESTRICT="test"
+
python_prepare_all() {
# fix up logic that won't work in Gentoo Prefix (also won't outside in
# certain cases), bug #362891