Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/foo2zjs/
Date: Sat, 11 Feb 2017 19:05:18
Message-Id: 1486839908.bd534f4bd7f2bb0776404b13a3f17555aa4605c3.dilfridge@gentoo
1 commit: bd534f4bd7f2bb0776404b13a3f17555aa4605c3
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 11 19:04:57 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 11 19:05:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd534f4b
7
8 net-print/foo2zjs: Hard-disable test phase
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 net-print/foo2zjs/foo2zjs-99999999.ebuild | 7 ++++++-
13 1 file changed, 6 insertions(+), 1 deletion(-)
14
15 diff --git a/net-print/foo2zjs/foo2zjs-99999999.ebuild b/net-print/foo2zjs/foo2zjs-99999999.ebuild
16 index c5011e9bfb..bcbff6fa38 100644
17 --- a/net-print/foo2zjs/foo2zjs-99999999.ebuild
18 +++ b/net-print/foo2zjs/foo2zjs-99999999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -75,3 +75,8 @@ src_install() {
26
27 emake DESTDIR="${D}" -j1 install install-hotplug
28 }
29 +
30 +src_test() {
31 + # see bug 419787
32 + : ;
33 +}