net-print/foo2zjs: Hard-disable test phase
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 11 Feb 2017 19:04:57 +0000 (20:04 +0100)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 11 Feb 2017 19:05:08 +0000 (20:05 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

net-print/foo2zjs/foo2zjs-99999999.ebuild

index c5011e9bfbf9005251128b4c151c1afa75c9b4bd..bcbff6fa38248827f232817ccc6ef2b3eb9bbf03 100644 (file)
@@ -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
+       : ;
+}