diff options
author | William Hubbs <williamh@gentoo.org> | 2021-09-01 11:12:20 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2021-09-01 11:40:53 -0500 |
commit | 65bbf1e22e71c8fd21a54808f2f48e8301d5d758 (patch) | |
tree | f754a5fd868ebd9a9893fe6e2bf7f1ca8c147f17 /net-dns/dnscrypt-proxy | |
parent | net-dns/coredns: drop calls to go-module_pkg_postinst (diff) | |
download | gentoo-65bbf1e22e71c8fd21a54808f2f48e8301d5d758.tar.gz gentoo-65bbf1e22e71c8fd21a54808f2f48e8301d5d758.tar.bz2 gentoo-65bbf1e22e71c8fd21a54808f2f48e8301d5d758.zip |
net-dns/dnscrypt-proxy: drop calls to go-module_pkg_postinst
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'net-dns/dnscrypt-proxy')
-rw-r--r-- | net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.45.ebuild | 1 | ||||
-rw-r--r-- | net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.0.ebuild | 1 | ||||
-rw-r--r-- | net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.45.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.45.ebuild index 86f103a511ca..ffe2f5f05aa2 100644 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.45.ebuild +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.45.ebuild @@ -74,7 +74,6 @@ src_install() { pkg_postinst() { fcaps_pkg_postinst - go-module_pkg_postinst if ! use filecaps; then ewarn "'filecaps' USE flag is disabled" diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.0.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.0.ebuild index 19acce661454..3e4c51ce549e 100644 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.0.ebuild +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.0.ebuild @@ -74,7 +74,6 @@ src_install() { pkg_postinst() { fcaps_pkg_postinst - go-module_pkg_postinst if ! use filecaps; then ewarn "'filecaps' USE flag is disabled" diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild index 43359636f250..ef2293465894 100644 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild @@ -74,7 +74,6 @@ src_install() { pkg_postinst() { fcaps_pkg_postinst - go-module_pkg_postinst if ! use filecaps; then ewarn "'filecaps' USE flag is disabled" |