Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/yubioath-desktop/
Date: Thu, 29 Jul 2021 15:05:56
Message-Id: 1627571135.630c0a171c6be1ba2f22964d1b72b8c145276e65.soap@gentoo
1 commit: 630c0a171c6be1ba2f22964d1b72b8c145276e65
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 29 15:05:35 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 29 15:05:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=630c0a17
7
8 app-crypt/yubioath-desktop: fix missing python deps
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 app-crypt/yubioath-desktop/yubioath-desktop-5.0.5.ebuild | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/app-crypt/yubioath-desktop/yubioath-desktop-5.0.5.ebuild b/app-crypt/yubioath-desktop/yubioath-desktop-5.0.5.ebuild
16 index 67898ac59b2..7c9e0959879 100644
17 --- a/app-crypt/yubioath-desktop/yubioath-desktop-5.0.5.ebuild
18 +++ b/app-crypt/yubioath-desktop/yubioath-desktop-5.0.5.ebuild
19 @@ -17,8 +17,10 @@ S="${WORKDIR}/${PN}-${P}"
20 LICENSE="BSD-2"
21 SLOT="0"
22 KEYWORDS="~amd64"
23 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
24
25 DEPEND="
26 + ${PYTHON_DEPS}
27 dev-qt/qtcore:5
28 dev-qt/qtquickcontrols2:5
29 dev-qt/qtdeclarative:5