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 DF6E5138335 for ; Thu, 12 Dec 2019 14:58:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3800E0828; Thu, 12 Dec 2019 14:58:55 +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 8755FE0828 for ; Thu, 12 Dec 2019 14:58:55 +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 3897F34D97E for ; Thu, 12 Dec 2019 14:58:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B93998C6 for ; Thu, 12 Dec 2019 14:58:52 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1576162712.fa8f291a29c4f0b06eba297fd176e6175da34279.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/gnucash/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/gnucash/gnucash-3.6.ebuild app-office/gnucash/gnucash-3.7.ebuild X-VCS-Directories: app-office/gnucash/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fa8f291a29c4f0b06eba297fd176e6175da34279 X-VCS-Branch: master Date: Thu, 12 Dec 2019 14:58:52 +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: b6a8308b-e98c-4d0e-846d-dd8d4d81f4eb X-Archives-Hash: 25a905526ba4840fd7eceda6ce3cc8dd commit: fa8f291a29c4f0b06eba297fd176e6175da34279 Author: Michał Górny gentoo org> AuthorDate: Thu Dec 12 14:55:17 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Dec 12 14:58:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa8f291a app-office/gnucash: Fix MissingTestRestrict Signed-off-by: Michał Górny gentoo.org> app-office/gnucash/gnucash-3.6.ebuild | 1 + app-office/gnucash/gnucash-3.7.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/app-office/gnucash/gnucash-3.6.ebuild b/app-office/gnucash/gnucash-3.6.ebuild index ec42d91eaae..14c67d5d77f 100644 --- a/app-office/gnucash/gnucash-3.6.ebuild +++ b/app-office/gnucash/gnucash-3.6.ebuild @@ -18,6 +18,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="aqbanking chipcard debug doc examples gnome-keyring +gui mysql nls ofx postgres python quotes -register2 sqlite test" +RESTRICT="!test? ( test )" REQUIRED_USE=" chipcard? ( aqbanking ) python? ( ${PYTHON_REQUIRED_USE} )" diff --git a/app-office/gnucash/gnucash-3.7.ebuild b/app-office/gnucash/gnucash-3.7.ebuild index a78ec12c8fc..6700f7ef187 100644 --- a/app-office/gnucash/gnucash-3.7.ebuild +++ b/app-office/gnucash/gnucash-3.7.ebuild @@ -18,6 +18,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="aqbanking debug doc examples gnome-keyring +gui mysql nls ofx postgres python quotes -register2 smartcard sqlite test" +RESTRICT="!test? ( test )" REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) smartcard? ( aqbanking )"