From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8C36D1396D9 for ; Thu, 19 Oct 2017 07:39:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD133E0D4E; Thu, 19 Oct 2017 07:39:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCFA8E0D4E for ; Thu, 19 Oct 2017 07:39:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7E9B33BF0B for ; Thu, 19 Oct 2017 07:39:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD4E4325 for ; Thu, 19 Oct 2017 07:39:35 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1508398696.aa51f2d6803df83304fd67e39c3ba4f866965b60.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/html-xml-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/html-xml-utils/html-xml-utils-7.1.ebuild X-VCS-Directories: app-text/html-xml-utils/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: aa51f2d6803df83304fd67e39c3ba4f866965b60 X-VCS-Branch: master Date: Thu, 19 Oct 2017 07:39:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c5ea71bd-7476-4e33-8aac-02bca4200b69 X-Archives-Hash: 9fdaca1627caff19728237d44895a868 commit: aa51f2d6803df83304fd67e39c3ba4f866965b60 Author: Patrice Clement gentoo org> AuthorDate: Thu Oct 19 07:38:16 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Oct 19 07:38:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa51f2d6 app-text/html-xml-utils: disable tests. Closes: https://bugs.gentoo.org/623526 Package-Manager: Portage-2.3.8, Repoman-2.3.3 app-text/html-xml-utils/html-xml-utils-7.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 index 9d9c59066ed..080b0bdc12c 100644 --- a/app-text/html-xml-utils/html-xml-utils-7.1.ebuild +++ b/app-text/html-xml-utils/html-xml-utils-7.1.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 EAPI=6 @@ -12,7 +12,8 @@ HOMEPAGE="http://www.w3.org/Tools/HTML-XML-utils/" LICENSE="W3C" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" + +RESTRICT="test" RDEPEND="net-misc/curl" DEPEND="${RDEPEND}"