summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2021-09-01 11:12:19 -0500
committerWilliam Hubbs <williamh@gentoo.org>2021-09-01 11:40:53 -0500
commit083fe02bbe1389aa53c6c039a59cfd19a9ffd121 (patch)
tree97e8b12055a99946a52fb17aa7bc95a222f41327
parentapp-metrics/blackbox_exporter: drop calls to go-module_pkg_postinst (diff)
downloadgentoo-083fe02bbe1389aa53c6c039a59cfd19a9ffd121.tar.gz
gentoo-083fe02bbe1389aa53c6c039a59cfd19a9ffd121.tar.bz2
gentoo-083fe02bbe1389aa53c6c039a59cfd19a9ffd121.zip
app-misc/pet: 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>
-rw-r--r--app-misc/pet/pet-0.3.6-r1.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/app-misc/pet/pet-0.3.6-r1.ebuild b/app-misc/pet/pet-0.3.6-r1.ebuild
index 09f5ee655f7c..4beff9649cc6 100644
--- a/app-misc/pet/pet-0.3.6-r1.ebuild
+++ b/app-misc/pet/pet-0.3.6-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
@@ -78,8 +78,6 @@ src_install() {
}
pkg_postinst() {
- go-module_pkg_postinst
-
if ! has_version app-shells/peco && ! has_version app-shells/fzf ; then
einfo "You should consider to install app-shells/peco or"
einfo "app-shells/fzf to be able to use selector command"