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 13C78138334 for ; Wed, 27 Nov 2019 14:31:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E85FE081E; Wed, 27 Nov 2019 14:31:38 +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 35851E081E for ; Wed, 27 Nov 2019 14:31:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1704034D26A for ; Wed, 27 Nov 2019 14:31:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0F738B7 for ; Wed, 27 Nov 2019 14:31:35 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1574865091.05f33e55225ce92fbc80c11953470ca71fac26ab.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/filezilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/filezilla/filezilla-3.39.0.ebuild net-ftp/filezilla/filezilla-3.44.2.ebuild net-ftp/filezilla/filezilla-3.45.1.ebuild net-ftp/filezilla/filezilla-3.46.0.ebuild X-VCS-Directories: net-ftp/filezilla/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 05f33e55225ce92fbc80c11953470ca71fac26ab X-VCS-Branch: master Date: Wed, 27 Nov 2019 14:31: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 46c9df7b-8e30-4239-bfa3-c1e124851696 X-Archives-Hash: 06bbb86e3e50bb65c1ba1dbae38082ad commit: 05f33e55225ce92fbc80c11953470ca71fac26ab Author: Lars Wendler gentoo org> AuthorDate: Wed Nov 27 14:31:04 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Nov 27 14:31:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05f33e55 net-ftp/filezilla: Fixed QA warning Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Lars Wendler gentoo.org> net-ftp/filezilla/filezilla-3.39.0.ebuild | 2 ++ net-ftp/filezilla/filezilla-3.44.2.ebuild | 2 ++ net-ftp/filezilla/filezilla-3.45.1.ebuild | 2 ++ net-ftp/filezilla/filezilla-3.46.0.ebuild | 2 ++ 4 files changed, 8 insertions(+) diff --git a/net-ftp/filezilla/filezilla-3.39.0.ebuild b/net-ftp/filezilla/filezilla-3.39.0.ebuild index 73d5f0b6ec9..94eaa9c0660 100644 --- a/net-ftp/filezilla/filezilla-3.39.0.ebuild +++ b/net-ftp/filezilla/filezilla-3.39.0.ebuild @@ -36,6 +36,8 @@ DEPEND="${RDEPEND} nls? ( >=sys-devel/gettext-0.11 ) test? ( >=dev-util/cppunit-1.13.0 )" +RESTRICT="!test? ( test )" + S="${WORKDIR}"/${PN}-${MY_PV} DOCS=(AUTHORS ChangeLog NEWS ) diff --git a/net-ftp/filezilla/filezilla-3.44.2.ebuild b/net-ftp/filezilla/filezilla-3.44.2.ebuild index 2b4fb7350c2..1231209ea1f 100644 --- a/net-ftp/filezilla/filezilla-3.44.2.ebuild +++ b/net-ftp/filezilla/filezilla-3.44.2.ebuild @@ -36,6 +36,8 @@ DEPEND="${RDEPEND} nls? ( >=sys-devel/gettext-0.11 ) test? ( >=dev-util/cppunit-1.13.0 )" +RESTRICT="!test? ( test )" + S="${WORKDIR}"/${PN}-${MY_PV} DOCS=(AUTHORS ChangeLog NEWS ) diff --git a/net-ftp/filezilla/filezilla-3.45.1.ebuild b/net-ftp/filezilla/filezilla-3.45.1.ebuild index 181fc89539a..a77103b6f2a 100644 --- a/net-ftp/filezilla/filezilla-3.45.1.ebuild +++ b/net-ftp/filezilla/filezilla-3.45.1.ebuild @@ -36,6 +36,8 @@ DEPEND="${RDEPEND} nls? ( >=sys-devel/gettext-0.11 ) test? ( >=dev-util/cppunit-1.13.0 )" +RESTRICT="!test? ( test )" + S="${WORKDIR}"/${PN}-${MY_PV} DOCS=(AUTHORS ChangeLog NEWS ) diff --git a/net-ftp/filezilla/filezilla-3.46.0.ebuild b/net-ftp/filezilla/filezilla-3.46.0.ebuild index b3d583be5cb..16d30fb6b0e 100644 --- a/net-ftp/filezilla/filezilla-3.46.0.ebuild +++ b/net-ftp/filezilla/filezilla-3.46.0.ebuild @@ -36,6 +36,8 @@ DEPEND="${RDEPEND} nls? ( >=sys-devel/gettext-0.11 ) test? ( >=dev-util/cppunit-1.13.0 )" +RESTRICT="!test? ( test )" + S="${WORKDIR}"/${PN}-${MY_PV} DOCS=(AUTHORS ChangeLog NEWS )