mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
app-backup/dar: fix sftp dependency
Closes: https://bugs.gentoo.org/963473 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
@@ -42,7 +42,7 @@ RDEPEND="
|
||||
lzo? ( dev-libs/lzo:2 )
|
||||
nls? ( virtual/libintl )
|
||||
rsync? ( net-libs/librsync:= )
|
||||
sftp? ( net-libs/libssh:= )
|
||||
sftp? ( net-libs/libssh:=[sftp] )
|
||||
whirlpool? ( app-crypt/rhash:= )
|
||||
xattr? ( sys-apps/attr )
|
||||
"
|
||||
@@ -42,7 +42,7 @@ RDEPEND="
|
||||
lzo? ( dev-libs/lzo:2 )
|
||||
nls? ( virtual/libintl )
|
||||
rsync? ( net-libs/librsync:= )
|
||||
sftp? ( net-libs/libssh:= )
|
||||
sftp? ( net-libs/libssh:=[sftp] )
|
||||
whirlpool? ( app-crypt/rhash:= )
|
||||
xattr? ( sys-apps/attr )
|
||||
"
|
||||
Reference in New Issue
Block a user