diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-03 13:17:00 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 20:55:05 +0200 |
commit | fb80035ad629ea4ce099138abfa3ae9cd2b38d87 (patch) | |
tree | 8a98673f4430a6c88360f5d3ee5d69ce129f53c8 /net-dns | |
parent | net-analyzer/gvm: Drop superfluous optfeature header (diff) | |
download | gentoo-fb80035ad629ea4ce099138abfa3ae9cd2b38d87.tar.gz gentoo-fb80035ad629ea4ce099138abfa3ae9cd2b38d87.tar.bz2 gentoo-fb80035ad629ea4ce099138abfa3ae9cd2b38d87.zip |
net-dns/dnsviz: Drop superfluous optfeature header
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/dnsviz/dnsviz-0.8.2-r1.ebuild | 3 | ||||
-rw-r--r-- | net-dns/dnsviz/dnsviz-0.9.2.ebuild | 1 | ||||
-rw-r--r-- | net-dns/dnsviz/dnsviz-0.9.3.ebuild | 1 |
3 files changed, 1 insertions, 4 deletions
diff --git a/net-dns/dnsviz/dnsviz-0.8.2-r1.ebuild b/net-dns/dnsviz/dnsviz-0.8.2-r1.ebuild index f1b35b8fe99f..e3feb492a94d 100644 --- a/net-dns/dnsviz/dnsviz-0.8.2-r1.ebuild +++ b/net-dns/dnsviz/dnsviz-0.8.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -49,7 +49,6 @@ python_test() { } pkg_postinst() { - elog "Support for extra feature can be get from:" optfeature "Support for pre-deployment testing" net-dns/bind # Warn about extra requirements for >=OpenSSL 1.1.0 diff --git a/net-dns/dnsviz/dnsviz-0.9.2.ebuild b/net-dns/dnsviz/dnsviz-0.9.2.ebuild index 7c7e9021cc6b..d1f444d39db4 100644 --- a/net-dns/dnsviz/dnsviz-0.9.2.ebuild +++ b/net-dns/dnsviz/dnsviz-0.9.2.ebuild @@ -47,7 +47,6 @@ python_test() { } pkg_postinst() { - elog "Support for extra feature can be get from:" optfeature "Support for pre-deployment testing" net-dns/bind optfeature "Support for DNSSEC signatures using GOST algorithm or digest" dev-libs/ghost-engine } diff --git a/net-dns/dnsviz/dnsviz-0.9.3.ebuild b/net-dns/dnsviz/dnsviz-0.9.3.ebuild index 7c7e9021cc6b..d1f444d39db4 100644 --- a/net-dns/dnsviz/dnsviz-0.9.3.ebuild +++ b/net-dns/dnsviz/dnsviz-0.9.3.ebuild @@ -47,7 +47,6 @@ python_test() { } pkg_postinst() { - elog "Support for extra feature can be get from:" optfeature "Support for pre-deployment testing" net-dns/bind optfeature "Support for DNSSEC signatures using GOST algorithm or digest" dev-libs/ghost-engine } |