commit: f941f97c9fc52af501be036aed3b36389d6d6bd9 Author: Wade Cline <wadecline <AT> hotmail <DOT> com> AuthorDate: Mon Apr 20 00:37:19 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Tue Apr 21 12:44:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f941f97c
net-irc/atheme-services: Rev bump Fix dependencies. Closes: https://bugs.gentoo.org/717832 Signed-off-by: Wade Cline <wadecline <AT> hotmail.com> Closes: https://github.com/gentoo/gentoo/pull/15434 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> ...rvices-7.2.10_p2-r1.ebuild => atheme-services-7.2.10_p2-r2.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-irc/atheme-services/atheme-services-7.2.10_p2-r1.ebuild b/net-irc/atheme-services/atheme-services-7.2.10_p2-r2.ebuild similarity index 96% rename from net-irc/atheme-services/atheme-services-7.2.10_p2-r1.ebuild rename to net-irc/atheme-services/atheme-services-7.2.10_p2-r2.ebuild index 6e5d339fa09..820dfd3bd2f 100644 --- a/net-irc/atheme-services/atheme-services-7.2.10_p2-r1.ebuild +++ b/net-irc/atheme-services/atheme-services-7.2.10_p2-r2.ebuild @@ -27,7 +27,9 @@ RDEPEND=" perl? ( dev-lang/perl ) pcre? ( dev-libs/libpcre ) ssl? ( dev-libs/openssl:0= )" -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +# 'dev-vcs/git' required as per bug #665802 +BDEPEND=" dev-vcs/git virtual/pkgconfig"
