summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-08-10 07:30:18 +0200
committerMichał Górny <mgorny@gentoo.org>2019-08-10 07:30:38 +0200
commit36f205daa01c9c64982441e3fb0efd8c4ef00f15 (patch)
tree733136c197e925039f221ea69930c283057c9113 /app-crypt/virtualsmartcard
parentsys-devel/ucpp: update HOMEPAGE, metadata (diff)
downloadgentoo-36f205daa01c9c64982441e3fb0efd8c4ef00f15.tar.gz
gentoo-36f205daa01c9c64982441e3fb0efd8c4ef00f15.tar.bz2
gentoo-36f205daa01c9c64982441e3fb0efd8c4ef00f15.zip
app-crypt/virtualsmartcard: Add missing Python stuffs
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-crypt/virtualsmartcard')
-rw-r--r--app-crypt/virtualsmartcard/virtualsmartcard-0.7.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-crypt/virtualsmartcard/virtualsmartcard-0.7.ebuild b/app-crypt/virtualsmartcard/virtualsmartcard-0.7.ebuild
index bdca2e57f43b..a65cd802bc81 100644
--- a/app-crypt/virtualsmartcard/virtualsmartcard-0.7.ebuild
+++ b/app-crypt/virtualsmartcard/virtualsmartcard-0.7.ebuild
@@ -14,8 +14,9 @@ LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
-RDEPEND="
+RDEPEND="${PYTHON_DEPS}
media-gfx/qrencode:=
sys-apps/pcsc-lite"
DEPEND="${RDEPEND}"