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 DF31E138335 for ; Sun, 21 Jul 2019 17:54:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00F6DE0849; Sun, 21 Jul 2019 17:54:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C8BC3E0849 for ; Sun, 21 Jul 2019 17:54:14 +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 7DA473483E8 for ; Sun, 21 Jul 2019 17:54:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBE49715 for ; Sun, 21 Jul 2019 17:54:10 +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: <1563731463.4a80f1ae70fb928fcbc322452106f44398a9dfd2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/moneyguru/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/moneyguru/moneyguru-2.13.1-r1.ebuild app-office/moneyguru/moneyguru-2.13.1.ebuild app-office/moneyguru/moneyguru-3.0.1-r1.ebuild app-office/moneyguru/moneyguru-3.0.1.ebuild X-VCS-Directories: app-office/moneyguru/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4a80f1ae70fb928fcbc322452106f44398a9dfd2 X-VCS-Branch: master Date: Sun, 21 Jul 2019 17:54:10 +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: b1230a59-69a6-4382-afba-d854ba473365 X-Archives-Hash: e7bd6bdf465687251a80abc73615b128 commit: 4a80f1ae70fb928fcbc322452106f44398a9dfd2 Author: Michał Górny gentoo org> AuthorDate: Sun Jul 21 17:51:03 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 21 17:51:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a80f1ae app-office/moneyguru: Fix missing REQUIRED_USE & RESTRICT Signed-off-by: Michał Górny gentoo.org> .../moneyguru/{moneyguru-2.13.1.ebuild => moneyguru-2.13.1-r1.ebuild} | 2 ++ .../moneyguru/{moneyguru-3.0.1.ebuild => moneyguru-3.0.1-r1.ebuild} | 2 ++ 2 files changed, 4 insertions(+) diff --git a/app-office/moneyguru/moneyguru-2.13.1.ebuild b/app-office/moneyguru/moneyguru-2.13.1-r1.ebuild similarity index 93% rename from app-office/moneyguru/moneyguru-2.13.1.ebuild rename to app-office/moneyguru/moneyguru-2.13.1-r1.ebuild index 0b353762ff8..56dae2b7824 100644 --- a/app-office/moneyguru/moneyguru-2.13.1.ebuild +++ b/app-office/moneyguru/moneyguru-2.13.1-r1.ebuild @@ -15,6 +15,8 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64" IUSE="test" +RESTRICT="!test? ( test )" +REQUIRED_USE=${PYTHON_REQUIRED_USE} RDEPEND="${PYTHON_DEPS} dev-db/sqlite:3 diff --git a/app-office/moneyguru/moneyguru-3.0.1.ebuild b/app-office/moneyguru/moneyguru-3.0.1-r1.ebuild similarity index 93% rename from app-office/moneyguru/moneyguru-3.0.1.ebuild rename to app-office/moneyguru/moneyguru-3.0.1-r1.ebuild index 6761c2c98dc..b311cf29be2 100644 --- a/app-office/moneyguru/moneyguru-3.0.1.ebuild +++ b/app-office/moneyguru/moneyguru-3.0.1-r1.ebuild @@ -15,6 +15,8 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64" IUSE="test" +RESTRICT="!test? ( test )" +REQUIRED_USE=${PYTHON_REQUIRED_USE} RDEPEND="${PYTHON_DEPS} dev-db/sqlite:3