diff options
author | Wade Cline <wadecline@hotmail.com> | 2020-04-19 17:37:19 -0700 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-04-21 15:44:50 +0300 |
commit | f941f97c9fc52af501be036aed3b36389d6d6bd9 (patch) | |
tree | 1e54327942c4552b630e97f1f2f3e85314c9f41c /net-irc | |
parent | app-crypt/nitrocli: Bump version to 0.3.3 (diff) | |
download | gentoo-f941f97c9fc52af501be036aed3b36389d6d6bd9.tar.gz gentoo-f941f97c9fc52af501be036aed3b36389d6d6bd9.tar.bz2 gentoo-f941f97c9fc52af501be036aed3b36389d6d6bd9.zip |
net-irc/atheme-services: Rev bump
Fix dependencies.
Closes: https://bugs.gentoo.org/717832
Signed-off-by: Wade Cline <wadecline@hotmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15434
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/atheme-services/atheme-services-7.2.10_p2-r2.ebuild (renamed from net-irc/atheme-services/atheme-services-7.2.10_p2-r1.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
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 index 6e5d339fa09d..820dfd3bd2f6 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" |