diff options
author | Sam James <sam@gentoo.org> | 2021-04-20 21:39:24 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-20 22:03:58 +0100 |
commit | 7e4db2657e2f8bf8b2e46fb32b8da65656a0d9d1 (patch) | |
tree | 3a08947249fef42908d149bf8ab226a4769848e0 /net-irc | |
parent | mail-client/thunderbird: amd64 & x86 stable (diff) | |
download | gentoo-7e4db2657e2f8bf8b2e46fb32b8da65656a0d9d1.tar.gz gentoo-7e4db2657e2f8bf8b2e46fb32b8da65656a0d9d1.tar.bz2 gentoo-7e4db2657e2f8bf8b2e46fb32b8da65656a0d9d1.zip |
net-irc/ngircd: add missing keys dep
Closes: https://bugs.gentoo.org/784545
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/ngircd/ngircd-26.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-irc/ngircd/ngircd-26.1.ebuild b/net-irc/ngircd/ngircd-26.1.ebuild index d2d6d85d5469..2e0537871e32 100644 --- a/net-irc/ngircd/ngircd-26.1.ebuild +++ b/net-irc/ngircd/ngircd-26.1.ebuild @@ -42,6 +42,7 @@ BDEPEND=" dev-tcltk/expect net-misc/netkit-telnetd ) + verify-sig? ( app-crypt/openpgp-keys-alexbarton ) " src_prepare() { |