commit: e8ab94b9c0e78be23d17e9536c3c31cb0248b9a2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Aug 27 02:18:30 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Aug 27 02:48:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8ab94b9
media-gfx/exiv2: depend on libssh[sftp] Closes: https://bugs.gentoo.org/799692 Signed-off-by: Sam James <sam <AT> gentoo.org> media-gfx/exiv2/{exiv2-0.27.4.ebuild => exiv2-0.27.4-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/exiv2/exiv2-0.27.4.ebuild b/media-gfx/exiv2/exiv2-0.27.4-r1.ebuild similarity index 98% rename from media-gfx/exiv2/exiv2-0.27.4.ebuild rename to media-gfx/exiv2/exiv2-0.27.4-r1.ebuild index f5b0d339689..ea3a23f9dd9 100644 --- a/media-gfx/exiv2/exiv2-0.27.4.ebuild +++ b/media-gfx/exiv2/exiv2-0.27.4-r1.ebuild @@ -40,7 +40,7 @@ DEPEND=" png? ( sys-libs/zlib[${MULTILIB_USEDEP}] ) test? ( dev-cpp/gtest ) webready? ( - >net-libs/libssh-0.9.1[${MULTILIB_USEDEP}] + >net-libs/libssh-0.9.1[sftp,${MULTILIB_USEDEP}] net-misc/curl[${MULTILIB_USEDEP}] ) xmp? ( dev-libs/expat[${MULTILIB_USEDEP}] )
