diff options
author | David Seifert <soap@gentoo.org> | 2023-05-08 22:56:04 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-11 21:03:41 +0100 |
commit | 6c0df89fd558081636851064a702d99ebc56a9bf (patch) | |
tree | f1bc70732ab688b4ee4c8646b6ec2bb4c2ed225b /sys-cluster/vzctl | |
parent | sys-cluster/torque: switch to virtual/openssh (diff) | |
download | gentoo-6c0df89fd558081636851064a702d99ebc56a9bf.tar.gz gentoo-6c0df89fd558081636851064a702d99ebc56a9bf.tar.bz2 gentoo-6c0df89fd558081636851064a702d99ebc56a9bf.zip |
sys-cluster/vzctl: switch to virtual/openssh
Signed-off-by: David Seifert <soap@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster/vzctl')
-rw-r--r-- | sys-cluster/vzctl/vzctl-4.9.4-r1.ebuild (renamed from sys-cluster/vzctl/vzctl-4.9.4.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-cluster/vzctl/vzctl-4.9.4.ebuild b/sys-cluster/vzctl/vzctl-4.9.4-r1.ebuild index fc75cfa78c5f..78cbf1b65933 100644 --- a/sys-cluster/vzctl/vzctl-4.9.4.ebuild +++ b/sys-cluster/vzctl/vzctl-4.9.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -30,11 +30,11 @@ RDEPEND=" sys-fs/quota ) vzmigrate? ( + app-alternatives/awk app-arch/tar[xattr,acl] - net-misc/openssh net-misc/rsync[xattr,acl] net-misc/bridge-utils - app-alternatives/awk + virtual/openssh ) " DEPEND="${RDEPEND}" |