diff options
author | Louis Sautier <sbraz@gentoo.org> | 2023-11-07 21:53:38 +0100 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2023-11-07 21:55:34 +0100 |
commit | 8a08143250248bf5bb1b6ee20800d910aa5dd92b (patch) | |
tree | a6ae3f896899ca7391a9d1787eec0aeade7b1f7e /net-irc | |
parent | mail-mta/exim-4.97: version bump (diff) | |
download | gentoo-8a08143250248bf5bb1b6ee20800d910aa5dd92b.tar.gz gentoo-8a08143250248bf5bb1b6ee20800d910aa5dd92b.tar.bz2 gentoo-8a08143250248bf5bb1b6ee20800d910aa5dd92b.zip |
net-irc/znc: add slot specifier to argon2i dependency
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/znc/znc-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/znc/znc-9999.ebuild b/net-irc/znc/znc-9999.ebuild index 1f2334900220..c40af00c86f0 100644 --- a/net-irc/znc/znc-9999.ebuild +++ b/net-irc/znc/znc-9999.ebuild @@ -57,7 +57,7 @@ BDEPEND=" ) " DEPEND=" - app-crypt/argon2 + app-crypt/argon2:= icu? ( dev-libs/icu:= ) nls? ( dev-libs/boost:=[nls] ) perl? ( >=dev-lang/perl-5.10:= ) |