commit: 6c0df89fd558081636851064a702d99ebc56a9bf
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon May 8 20:56:04 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 11 20:03:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c0df89f
sys-cluster/vzctl: switch to virtual/openssh
Signed-off-by: David Seifert <soap <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-cluster/vzctl/{vzctl-4.9.4.ebuild => vzctl-4.9.4-r1.ebuild} | 6 +++---
1 file 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
similarity index 97%
rename from sys-cluster/vzctl/vzctl-4.9.4.ebuild
rename to 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}"