summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Healy <lmiphay@gmail.com>2018-10-02 18:52:58 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-07 23:06:41 +0200
commit3f9649777c14a331b3f29c0bc77f223656eec5a0 (patch)
treedf78a3b2efd383aac6d6ca09b915af048664eaae /sys-apps/dstat/dstat-0.7.3.ebuild
parentdev-libs/qtkeychain: Remove 0.8.0 (diff)
downloadgentoo-3f9649777c14a331b3f29c0bc77f223656eec5a0.tar.gz
gentoo-3f9649777c14a331b3f29c0bc77f223656eec5a0.tar.bz2
gentoo-3f9649777c14a331b3f29c0bc77f223656eec5a0.zip
sys-apps/dstat: avoid running network... etc tests
This fixes the test target to only load a restricted number of the shipped plugins - network, db, virtualisation... etc will fail in different ways unless the environment or explicit dependencies are met. Closes: https://bugs.gentoo.org/638728 Closes: https://bugs.gentoo.org/656514 Signed-off-by: Paul Healy <lmiphay@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10046 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-apps/dstat/dstat-0.7.3.ebuild')
-rw-r--r--sys-apps/dstat/dstat-0.7.3.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-apps/dstat/dstat-0.7.3.ebuild b/sys-apps/dstat/dstat-0.7.3.ebuild
index cbdd1df1a54c..372d70a1fd0a 100644
--- a/sys-apps/dstat/dstat-0.7.3.ebuild
+++ b/sys-apps/dstat/dstat-0.7.3.ebuild
@@ -24,6 +24,8 @@ RDEPEND="
)"
DEPEND=""
+PATCHES=( "${FILESDIR}/dstat-${PV}-skip-non-sandbox-tests.patch" )
+
src_install() {
emake DESTDIR="${ED}" install
einstalldocs