Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/virtualsmartcard/
Date: Sat, 10 Aug 2019 05:30:46
Message-Id: 1565415038.36f205daa01c9c64982441e3fb0efd8c4ef00f15.mgorny@gentoo
1 commit: 36f205daa01c9c64982441e3fb0efd8c4ef00f15
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 10 05:30:18 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 10 05:30:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36f205da
7
8 app-crypt/virtualsmartcard: Add missing Python stuffs
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-crypt/virtualsmartcard/virtualsmartcard-0.7.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/app-crypt/virtualsmartcard/virtualsmartcard-0.7.ebuild b/app-crypt/virtualsmartcard/virtualsmartcard-0.7.ebuild
16 index bdca2e57f43..a65cd802bc8 100644
17 --- a/app-crypt/virtualsmartcard/virtualsmartcard-0.7.ebuild
18 +++ b/app-crypt/virtualsmartcard/virtualsmartcard-0.7.ebuild
19 @@ -14,8 +14,9 @@ LICENSE="GPL-3+"
20 SLOT="0"
21 KEYWORDS="~amd64 ~x86"
22 IUSE=""
23 +REQUIRED_USE=${PYTHON_REQUIRED_USE}
24
25 -RDEPEND="
26 +RDEPEND="${PYTHON_DEPS}
27 media-gfx/qrencode:=
28 sys-apps/pcsc-lite"
29 DEPEND="${RDEPEND}"