From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3BFCC158012 for ; Fri, 3 Sep 2021 17:59:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61F24E08ED; Fri, 3 Sep 2021 17:59:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4097DE08EC for ; Fri, 3 Sep 2021 17:59:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0BC7A340688 for ; Fri, 3 Sep 2021 17:59:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCDFD8A for ; Fri, 3 Sep 2021 17:59:26 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1630691936.796df1b8e5b17ac16f93676c64acd055eb337cc7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/exiv2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/exiv2/exiv2-0.27.4-r1.ebuild media-gfx/exiv2/exiv2-0.27.4-r2.ebuild X-VCS-Directories: media-gfx/exiv2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 796df1b8e5b17ac16f93676c64acd055eb337cc7 X-VCS-Branch: master Date: Fri, 3 Sep 2021 17:59:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d209dfae-6eee-47d9-9375-0751daae23d3 X-Archives-Hash: 397ec51b37e192205801c0939e5917cc commit: 796df1b8e5b17ac16f93676c64acd055eb337cc7 Author: Sam James gentoo org> AuthorDate: Fri Sep 3 16:38:32 2021 +0000 Commit: Sam James gentoo 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 gentoo.org> Signed-off-by: Sam James 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 )