diff options
| author | Sam James <sam@gentoo.org> | 2025-05-28 17:44:28 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-05-28 17:47:26 +0100 |
| commit | 60a27e5fae84d8c7662d74f3042f2a697fe1abf8 (patch) | |
| tree | 73324010863ea39cc6e1241a15536ee815ecac8a | |
| parent | 6702c16d65dfebdc0925cee1207c8875d5682c01 (diff) | |
| download | gentoo-60a27e5fae84d8c7662d74f3042f2a697fe1abf8.tar.gz gentoo-60a27e5fae84d8c7662d74f3042f2a697fe1abf8.tar.bz2 gentoo-60a27e5fae84d8c7662d74f3042f2a697fe1abf8.zip | |
net-dns/dnsviz: fix 'gost' typo
Signed-off-by: Sam James <sam@gentoo.org>
| -rw-r--r-- | net-dns/dnsviz/dnsviz-0.10.0.ebuild | 4 | ||||
| -rw-r--r-- | net-dns/dnsviz/dnsviz-0.11.1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-dns/dnsviz/dnsviz-0.10.0.ebuild b/net-dns/dnsviz/dnsviz-0.10.0.ebuild index f36f4730d7b4..44c4bf6f7ced 100644 --- a/net-dns/dnsviz/dnsviz-0.10.0.ebuild +++ b/net-dns/dnsviz/dnsviz-0.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -59,5 +59,5 @@ python_test() { pkg_postinst() { optfeature "Support for pre-deployment testing" net-dns/bind - optfeature "Support for DNSSEC signatures using GOST algorithm or digest" dev-libs/ghost-engine + optfeature "Support for DNSSEC signatures using GOST algorithm or digest" dev-libs/gost-engine } diff --git a/net-dns/dnsviz/dnsviz-0.11.1.ebuild b/net-dns/dnsviz/dnsviz-0.11.1.ebuild index 220bff976404..3f0abd4de509 100644 --- a/net-dns/dnsviz/dnsviz-0.11.1.ebuild +++ b/net-dns/dnsviz/dnsviz-0.11.1.ebuild @@ -57,5 +57,5 @@ python_test() { pkg_postinst() { optfeature "Support for pre-deployment testing" net-dns/bind - optfeature "Support for DNSSEC signatures using GOST algorithm or digest" dev-libs/ghost-engine + optfeature "Support for DNSSEC signatures using GOST algorithm or digest" dev-libs/gost-engine } |
