summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-print/foo2zjs/foo2zjs-99999999.ebuild7
1 files changed, 6 insertions, 1 deletions
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
+ : ;
+}