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 AE59A13997D for ; Fri, 15 Nov 2019 13:18:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED67FE07FA; Fri, 15 Nov 2019 13:18:31 +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 D39DCE07FA for ; Fri, 15 Nov 2019 13:18:31 +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 D918234CE78 for ; Fri, 15 Nov 2019 13:18:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64B5071A for ; Fri, 15 Nov 2019 13:18:29 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1573823894.127aad5712324f81ff9daf67c8ce52fd7a22a5ce.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/texworks/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/texworks/texworks-0.6.3.ebuild X-VCS-Directories: app-editors/texworks/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 127aad5712324f81ff9daf67c8ce52fd7a22a5ce X-VCS-Branch: master Date: Fri, 15 Nov 2019 13:18:29 +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: a27d1d32-186a-4b50-9afc-8b4e9f50af6b X-Archives-Hash: cba6469527bc3b0fc677269b943c4ef9 commit: 127aad5712324f81ff9daf67c8ce52fd7a22a5ce Author: Mikle Kolyada gentoo org> AuthorDate: Fri Nov 15 13:18:14 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Nov 15 13:18:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=127aad57 app-editors/texworks: force RESTRICT="!test? ( test )" Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> app-editors/texworks/texworks-0.6.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-editors/texworks/texworks-0.6.3.ebuild b/app-editors/texworks/texworks-0.6.3.ebuild index 5aeb22b22dd..8d35ffb4914 100644 --- a/app-editors/texworks/texworks-0.6.3.ebuild +++ b/app-editors/texworks/texworks-0.6.3.ebuild @@ -34,6 +34,8 @@ BDEPEND="virtual/pkgconfig" S=${WORKDIR}/${PN}-release-${PV} +RESTRICT="!test? ( test )" + pkg_setup() { python-single-r1_pkg_setup }