commit:     796df1b8e5b17ac16f93676c64acd055eb337cc7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  3 16:38:32 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep  3 17:58:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=796df1b8

media-gfx/exiv2: drop gtest RDEPEND(!)

Reported-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/exiv2/{exiv2-0.27.4-r1.ebuild => exiv2-0.27.4-r2.ebuild} | 6 +++---
 1 file 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
similarity index 98%
rename from media-gfx/exiv2/exiv2-0.27.4-r1.ebuild
rename to media-gfx/exiv2/exiv2-0.27.4-r2.ebuild
index ac06fcf53aa..1f03916fcf7 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 )
 

Reply via email to