commit:     4a80f1ae70fb928fcbc322452106f44398a9dfd2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 17:51:03 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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

Reply via email to