summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-09-03 17:38:32 +0100
committerSam James <sam@gentoo.org>2021-09-03 18:58:56 +0100
commit796df1b8e5b17ac16f93676c64acd055eb337cc7 (patch)
tree574be7ea93f5a7082b256bc0884810725a405291 /media-gfx/exiv2
parentdev-python/pygit2: add libgit2 subslot dep, fix DEPEND (diff)
downloadgentoo-796df1b8e5b17ac16f93676c64acd055eb337cc7.tar.gz
gentoo-796df1b8e5b17ac16f93676c64acd055eb337cc7.tar.bz2
gentoo-796df1b8e5b17ac16f93676c64acd055eb337cc7.zip
media-gfx/exiv2: drop gtest RDEPEND(!)
Reported-by: Andreas Sturmlechner <asturm@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/exiv2')
-rw-r--r--media-gfx/exiv2/exiv2-0.27.4-r2.ebuild (renamed from media-gfx/exiv2/exiv2-0.27.4-r1.ebuild)6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/exiv2/exiv2-0.27.4-r1.ebuild b/media-gfx/exiv2/exiv2-0.27.4-r2.ebuild
index ac06fcf53aa7..1f03916fcf71 100644
--- a/media-gfx/exiv2/exiv2-0.27.4-r1.ebuild
+++ b/media-gfx/exiv2/exiv2-0.27.4-r2.ebuild
@@ -34,18 +34,18 @@ BDEPEND="
)
nls? ( sys-devel/gettext )
"
-DEPEND="
+RDEPEND="
>=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
png? ( sys-libs/zlib[${MULTILIB_USEDEP}] )
- test? ( dev-cpp/gtest )
webready? (
>net-libs/libssh-0.9.1[sftp,${MULTILIB_USEDEP}]
net-misc/curl[${MULTILIB_USEDEP}]
)
xmp? ( dev-libs/expat[${MULTILIB_USEDEP}] )
"
-RDEPEND="${DEPEND}"
+DEPEND="${DEPEND}
+ test? ( dev-cpp/gtest )"
DOCS=( README.md doc/ChangeLog doc/cmd.txt )