summaryrefslogtreecommitdiff
path: root/sys-cluster/singularity
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-08-18 18:16:17 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-08-18 18:16:17 +0100
commitfc637fb28da700da71ec2064d65ca5a7a31b9c6c (patch)
tree326613a08f25851c388715e205576a2e7d25dc4f /sys-cluster/singularity
parentb24bd25253fe093f722ab576d29fdc41d04cb1ee (diff)
gentoo resync : 18.08.2019
Diffstat (limited to 'sys-cluster/singularity')
-rw-r--r--sys-cluster/singularity/Manifest2
-rw-r--r--sys-cluster/singularity/singularity-2.6.1.ebuild3
2 files changed, 4 insertions, 1 deletions
diff --git a/sys-cluster/singularity/Manifest b/sys-cluster/singularity/Manifest
index a5aec513bfc4..393c331b506f 100644
--- a/sys-cluster/singularity/Manifest
+++ b/sys-cluster/singularity/Manifest
@@ -1,3 +1,3 @@
DIST singularity-2.6.1.tar.gz 835029 BLAKE2B 4a581e1bc5df9d664d68f17e275f01081c850aa53f8a9bfcceaf5eb2b8f16e3a018f88669674c7427c60ab00ec0f21b4ec5e6ecaab261c16f70a998cb54ff855 SHA512 063327c67dae2629d1decebc060c474a72e6741f6dc9b6373734e429ccf11d53ee55c1578c28e74e8f8bcda87f3e0b735a3a0e982c9ea894f03a31eaaadf617c
-EBUILD singularity-2.6.1.ebuild 817 BLAKE2B 649db18f01a7b5120af5926ba6a1f6262aa38e59c5621c64378d4b62d8821eb2a5bb1c2e5a064733c18b7914ce89c0c8b8c16e7a2b61a64dc0392b5a3cca0ffb SHA512 9f59ce7e68ebdbad4529730c033bbda80f2c73f6931aaffcb9d085928a8e0d9a203b38e9c21c665bc069eb519f204f2757797bf7a26f4bccbe276bd41c290beb
+EBUILD singularity-2.6.1.ebuild 891 BLAKE2B 9aa8d36790e8b5f5ac9b7699a15f4f6de2e8d409b3bf764b84b70269b340650ef4b4f4024dcbac3b66c78c67890f8b0d5a4216de49dbeff26bcb25c2d1aea77b SHA512 43a58ab9c3df74c65ccff46dcc3c407f918efc60e66f80c1b227b64044ebd3f160d8089603ed73fc64e7183ddc587f384f14162c9eb3d841d46319c7de6f2c52
MISC metadata.xml 336 BLAKE2B 8da1deed407d4f546b3765bd240bda546a0dd7756d70468490547f38f4e1ca7ac6be41d74c881359cefb28c7ff87eb94012f15d0411be9843603b7cdd35a3999 SHA512 02684993daeb7128cb6e4a4561144b90eee37318e8581821a870e072e39f04f61723a09c430f9fd92e38804de901421b3a1f3cab12ccf37d2d403eb688d5170f
diff --git a/sys-cluster/singularity/singularity-2.6.1.ebuild b/sys-cluster/singularity/singularity-2.6.1.ebuild
index bdcaaff53b5f..a9de088a6578 100644
--- a/sys-cluster/singularity/singularity-2.6.1.ebuild
+++ b/sys-cluster/singularity/singularity-2.6.1.ebuild
@@ -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