Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/html-xml-utils/
Date: Thu, 19 Oct 2017 07:39:38
Message-Id: 1508398696.aa51f2d6803df83304fd67e39c3ba4f866965b60.monsieurp@gentoo
1 commit: aa51f2d6803df83304fd67e39c3ba4f866965b60
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 19 07:38:16 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 19 07:38:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa51f2d6
7
8 app-text/html-xml-utils: disable tests.
9
10 Closes: https://bugs.gentoo.org/623526
11 Package-Manager: Portage-2.3.8, Repoman-2.3.3
12
13 app-text/html-xml-utils/html-xml-utils-7.1.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/app-text/html-xml-utils/html-xml-utils-7.1.ebuild b/app-text/html-xml-utils/html-xml-utils-7.1.ebuild
17 index 9d9c59066ed..080b0bdc12c 100644
18 --- a/app-text/html-xml-utils/html-xml-utils-7.1.ebuild
19 +++ b/app-text/html-xml-utils/html-xml-utils-7.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -12,7 +12,8 @@ HOMEPAGE="http://www.w3.org/Tools/HTML-XML-utils/"
27 LICENSE="W3C"
28 SLOT="0"
29 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos ~x86-macos"
30 -IUSE=""
31 +
32 +RESTRICT="test"
33
34 RDEPEND="net-misc/curl"
35 DEPEND="${RDEPEND}"