commit: 083fe02bbe1389aa53c6c039a59cfd19a9ffd121
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 1 16:12:19 2021 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Sep 1 16:40:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=083fe02b
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 <AT> gentoo.org>
app-misc/pet/pet-0.3.6-r1.ebuild | 4 +---
1 file changed, 1 insertion(+), 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 09f5ee655f7..4beff9649cc 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"