sys-cluster/singularity: Add missing PYTHON_*
authorMichał Górny <mgorny@gentoo.org>
Tue, 13 Aug 2019 07:33:38 +0000 (09:33 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 13 Aug 2019 07:33:38 +0000 (09:33 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-cluster/singularity/singularity-2.6.1.ebuild

index bdcaaff53b5f4b02ec5b3afca4bd59285abb6f48..a9de088a6578f2517ed1b4de615ac49d546e8b92 100644 (file)
@@ -15,10 +15,13 @@ SLOT="0"
 LICENSE="BSD"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="examples static-libs +suid"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 RDEPEND="
+       ${PYTHON_DEPS}
        sys-fs/squashfs-tools:0
 "
+DEPEND=${PYTHON_DEPS}
 
 src_prepare() {
        default