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: sys-cluster/singularity/
Date: Tue, 13 Aug 2019 07:40:47
Message-Id: 1565681618.471af535670373feadf80c45324c8d5319a4d349.mgorny@gentoo
1 commit: 471af535670373feadf80c45324c8d5319a4d349
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 13 07:33:38 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 13 07:33:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=471af535
7
8 sys-cluster/singularity: Add missing PYTHON_*
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-cluster/singularity/singularity-2.6.1.ebuild | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/sys-cluster/singularity/singularity-2.6.1.ebuild b/sys-cluster/singularity/singularity-2.6.1.ebuild
16 index bdcaaff53b5..a9de088a657 100644
17 --- a/sys-cluster/singularity/singularity-2.6.1.ebuild
18 +++ b/sys-cluster/singularity/singularity-2.6.1.ebuild
19 @@ -15,10 +15,13 @@ SLOT="0"
20 LICENSE="BSD"
21 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
22 IUSE="examples static-libs +suid"
23 +REQUIRED_USE=${PYTHON_REQUIRED_USE}
24
25 RDEPEND="
26 + ${PYTHON_DEPS}
27 sys-fs/squashfs-tools:0
28 "
29 +DEPEND=${PYTHON_DEPS}
30
31 src_prepare() {
32 default