Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/exiv2/
Date: Fri, 27 Aug 2021 02:48:31
Message-Id: 1630032493.e8ab94b9c0e78be23d17e9536c3c31cb0248b9a2.sam@gentoo
1 commit: e8ab94b9c0e78be23d17e9536c3c31cb0248b9a2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 27 02:18:30 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 27 02:48:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8ab94b9
7
8 media-gfx/exiv2: depend on libssh[sftp]
9
10 Closes: https://bugs.gentoo.org/799692
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 media-gfx/exiv2/{exiv2-0.27.4.ebuild => exiv2-0.27.4-r1.ebuild} | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-gfx/exiv2/exiv2-0.27.4.ebuild b/media-gfx/exiv2/exiv2-0.27.4-r1.ebuild
17 similarity index 98%
18 rename from media-gfx/exiv2/exiv2-0.27.4.ebuild
19 rename to media-gfx/exiv2/exiv2-0.27.4-r1.ebuild
20 index f5b0d339689..ea3a23f9dd9 100644
21 --- a/media-gfx/exiv2/exiv2-0.27.4.ebuild
22 +++ b/media-gfx/exiv2/exiv2-0.27.4-r1.ebuild
23 @@ -40,7 +40,7 @@ DEPEND="
24 png? ( sys-libs/zlib[${MULTILIB_USEDEP}] )
25 test? ( dev-cpp/gtest )
26 webready? (
27 - >net-libs/libssh-0.9.1[${MULTILIB_USEDEP}]
28 + >net-libs/libssh-0.9.1[sftp,${MULTILIB_USEDEP}]
29 net-misc/curl[${MULTILIB_USEDEP}]
30 )
31 xmp? ( dev-libs/expat[${MULTILIB_USEDEP}] )