Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/pet/
Date: Wed, 01 Sep 2021 16:42:41
Message-Id: 1630514453.083fe02bbe1389aa53c6c039a59cfd19a9ffd121.williamh@gentoo
1 commit: 083fe02bbe1389aa53c6c039a59cfd19a9ffd121
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 1 16:12:19 2021 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 1 16:40:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=083fe02b
7
8 app-misc/pet: drop calls to go-module_pkg_postinst
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
12
13 app-misc/pet/pet-0.3.6-r1.ebuild | 4 +---
14 1 file changed, 1 insertion(+), 3 deletions(-)
15
16 diff --git a/app-misc/pet/pet-0.3.6-r1.ebuild b/app-misc/pet/pet-0.3.6-r1.ebuild
17 index 09f5ee655f7..4beff9649cc 100644
18 --- a/app-misc/pet/pet-0.3.6-r1.ebuild
19 +++ b/app-misc/pet/pet-0.3.6-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -78,8 +78,6 @@ src_install() {
27 }
28
29 pkg_postinst() {
30 - go-module_pkg_postinst
31 -
32 if ! has_version app-shells/peco && ! has_version app-shells/fzf ; then
33 einfo "You should consider to install app-shells/peco or"
34 einfo "app-shells/fzf to be able to use selector command"