From: Andreas K. Hüttel Date: Sat, 11 Feb 2017 19:04:57 +0000 (+0100) Subject: net-print/foo2zjs: Hard-disable test phase X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bd534f4bd7f2bb0776404b13a3f17555aa4605c3;p=gentoo.git net-print/foo2zjs: Hard-disable test phase Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/net-print/foo2zjs/foo2zjs-99999999.ebuild b/net-print/foo2zjs/foo2zjs-99999999.ebuild index c5011e9bfbf9..bcbff6fa3824 100644 --- a/net-print/foo2zjs/foo2zjs-99999999.ebuild +++ b/net-print/foo2zjs/foo2zjs-99999999.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 # $Id$ @@ -75,3 +75,8 @@ src_install() { emake DESTDIR="${D}" -j1 install install-hotplug } + +src_test() { + # see bug 419787 + : ; +}