diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-12-21 11:58:53 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-12-21 11:59:19 +0300 |
commit | 50b3759e1d3d4ddb758c6e71da0ffcc4fc3ab9fc (patch) | |
tree | 1c8714caa4e23f6dc1942278c0c634409ce689b2 /sys-cluster | |
parent | net-misc/dhcpcd: Bump to versions 7.2.5 and 8.1.4 (diff) | |
download | gentoo-50b3759e1d3d4ddb758c6e71da0ffcc4fc3ab9fc.tar.gz gentoo-50b3759e1d3d4ddb758c6e71da0ffcc4fc3ab9fc.tar.bz2 gentoo-50b3759e1d3d4ddb758c6e71da0ffcc4fc3ab9fc.zip |
sys-cluster/slurm: ssl plugin is gone
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/slurm/slurm-19.05.4.1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys-cluster/slurm/slurm-19.05.4.1.ebuild b/sys-cluster/slurm/slurm-19.05.4.1.ebuild index 2bfe56a32f5a..4ebfbf7e9f17 100644 --- a/sys-cluster/slurm/slurm-19.05.4.1.ebuild +++ b/sys-cluster/slurm/slurm-19.05.4.1.ebuild @@ -28,7 +28,7 @@ HOMEPAGE="https://www.schedmd.com https://github.com/SchedMD/slurm" LICENSE="GPL-2" SLOT="0" -IUSE="debug hdf5 html ipmi json lua multiple-slurmd +munge mysql netloc numa ofed pam perl slurmdbd ssl static-libs ucx torque X" +IUSE="debug hdf5 html ipmi json lua multiple-slurmd +munge mysql netloc numa ofed pam perl slurmdbd static-libs ucx torque X" COMMON_DEPEND=" !sys-cluster/torque @@ -41,7 +41,6 @@ COMMON_DEPEND=" ) munge? ( sys-auth/munge ) pam? ( sys-libs/pam ) - ssl? ( dev-libs/openssl:0= ) lua? ( dev-lang/lua:0= ) !lua? ( !dev-lang/lua ) ipmi? ( sys-libs/freeipmi ) @@ -123,7 +122,6 @@ src_configure() { $(use_enable debug) \ $(use_enable pam) \ $(use_enable X x11) \ - $(use_with ssl) \ $(use_with munge) \ $(use_with json) \ $(use_with hdf5) \ |