commit:     234a2c2912acc2fea1f79cf471acd7d27b7466c6
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Jul  5 20:24:22 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jul  5 20:24:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=234a2c29

dev-cpp/xdgpp: fix catch dependency

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-cpp/xdgpp/xdgpp-0_pre20201007.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-cpp/xdgpp/xdgpp-0_pre20201007.ebuild 
b/dev-cpp/xdgpp/xdgpp-0_pre20201007.ebuild
index fa239e131..b37291052 100644
--- a/dev-cpp/xdgpp/xdgpp-0_pre20201007.ebuild
+++ b/dev-cpp/xdgpp/xdgpp-0_pre20201007.ebuild
@@ -23,7 +23,8 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE="test"
 
-DEPEND="test? ( dev-cpp/catch )"
+RDEPEND="dev-cpp/catch:1"
+DEPEND="${RDEPEND}"
 
 RESTRICT="!test? ( test )"
 PATCHES=(

Reply via email to