From 4a80f1ae70fb928fcbc322452106f44398a9dfd2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 21 Jul 2019 19:51:03 +0200 Subject: [PATCH] app-office/moneyguru: Fix missing REQUIRED_USE & RESTRICT MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../{moneyguru-2.13.1.ebuild => moneyguru-2.13.1-r1.ebuild} | 2 ++ .../{moneyguru-3.0.1.ebuild => moneyguru-3.0.1-r1.ebuild} | 2 ++ 2 files changed, 4 insertions(+) rename app-office/moneyguru/{moneyguru-2.13.1.ebuild => moneyguru-2.13.1-r1.ebuild} (93%) rename app-office/moneyguru/{moneyguru-3.0.1.ebuild => moneyguru-3.0.1-r1.ebuild} (93%) 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 0b353762ff87..56dae2b78248 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 6761c2c98dc8..b311cf29be2e 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 -- 2.26.2