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 756B6139085 for ; Sat, 21 Jan 2017 16:15:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA3321421B; Sat, 21 Jan 2017 16:14:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8FAD1421B for ; Sat, 21 Jan 2017 16:14:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7F4A341692 for ; Sat, 21 Jan 2017 16:14:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB9CE2B86 for ; Sat, 21 Jan 2017 16:14:49 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1485015141.a92dff5c1d72c6aa07c6e4ca4fe35542663aaced.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpsbabel/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/gpsbabel/gpsbabel-1.4.3.ebuild sci-geosciences/gpsbabel/gpsbabel-1.4.4.ebuild X-VCS-Directories: sci-geosciences/gpsbabel/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a92dff5c1d72c6aa07c6e4ca4fe35542663aaced X-VCS-Branch: master Date: Sat, 21 Jan 2017 16:14:49 +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: bdfe94d8-640f-408f-8e24-e553d38536b0 X-Archives-Hash: a90cab11ae82d791974cc38db1ec61b8 commit: a92dff5c1d72c6aa07c6e4ca4fe35542663aaced Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 21 16:09:12 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 21 16:12:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a92dff5c sci-geosciences/gpsbabel: Restrict tests Gentoo-bug: 421699 Package-Manager: portage-2.3.0 sci-geosciences/gpsbabel/gpsbabel-1.4.3.ebuild | 4 +++- sci-geosciences/gpsbabel/gpsbabel-1.4.4.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sci-geosciences/gpsbabel/gpsbabel-1.4.3.ebuild b/sci-geosciences/gpsbabel/gpsbabel-1.4.3.ebuild index d4a5d6a..aa27934 100644 --- a/sci-geosciences/gpsbabel/gpsbabel-1.4.3.ebuild +++ b/sci-geosciences/gpsbabel/gpsbabel-1.4.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -44,6 +44,8 @@ PATCHES=( "${FILESDIR}/${PN}-xmldoc.patch" ) +RESTRICT="test" # bug 421699 + src_prepare() { epatch "${PATCHES[@]}" epatch_user diff --git a/sci-geosciences/gpsbabel/gpsbabel-1.4.4.ebuild b/sci-geosciences/gpsbabel/gpsbabel-1.4.4.ebuild index dbb2764..b9ebe85 100644 --- a/sci-geosciences/gpsbabel/gpsbabel-1.4.4.ebuild +++ b/sci-geosciences/gpsbabel/gpsbabel-1.4.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -44,6 +44,8 @@ PATCHES=( "${FILESDIR}/${PN}-xmldoc.patch" ) +RESTRICT="test" # bug 421699 + src_prepare() { epatch "${PATCHES[@]}" epatch_user