summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-02-11 20:04:57 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-02-11 20:05:08 +0100
commitbd534f4bd7f2bb0776404b13a3f17555aa4605c3 (patch)
treee7b032e0ea6ede22aa73b6f23e9ff38e9e51c31c /net-print/foo2zjs/foo2zjs-99999999.ebuild
parentRevert "gnome2.eclass: we cannot rely on default phases involving emake becau... (diff)
downloadgentoo-bd534f4bd7f2bb0776404b13a3f17555aa4605c3.tar.gz
gentoo-bd534f4bd7f2bb0776404b13a3f17555aa4605c3.tar.bz2
gentoo-bd534f4bd7f2bb0776404b13a3f17555aa4605c3.zip
net-print/foo2zjs: Hard-disable test phase
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-print/foo2zjs/foo2zjs-99999999.ebuild')
-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
+ : ;
+}