diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-21 19:51:03 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-21 19:51:03 +0200 |
commit | 4a80f1ae70fb928fcbc322452106f44398a9dfd2 (patch) | |
tree | 6cc64117c8dd696026dd98cb1647067baea7df0f /app-office/moneyguru | |
parent | app-mobilephone/adb-sync: Fix missing PYTHON_{DEPS,REQUIRED_USE} (diff) | |
download | gentoo-4a80f1ae70fb928fcbc322452106f44398a9dfd2.tar.gz gentoo-4a80f1ae70fb928fcbc322452106f44398a9dfd2.tar.bz2 gentoo-4a80f1ae70fb928fcbc322452106f44398a9dfd2.zip |
app-office/moneyguru: Fix missing REQUIRED_USE & RESTRICT
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-office/moneyguru')
-rw-r--r-- | app-office/moneyguru/moneyguru-2.13.1-r1.ebuild (renamed from app-office/moneyguru/moneyguru-2.13.1.ebuild) | 2 | ||||
-rw-r--r-- | app-office/moneyguru/moneyguru-3.0.1-r1.ebuild (renamed from app-office/moneyguru/moneyguru-3.0.1.ebuild) | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/app-office/moneyguru/moneyguru-2.13.1.ebuild b/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 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 |