commit: bf3c8123e809dd330124393d666e4737d0e274ac
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 19 11:42:39 2020 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sun Jul 19 11:42:39 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf3c8123
net-p2p/nicotine+: 2.0.1-r1: py37 added; xdg_icon_cache_update in postrm added.
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
.../nicotine+/{nicotine+-2.0.1.ebuild => nicotine+-2.0.1-r1.ebuild} | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/net-p2p/nicotine+/nicotine+-2.0.1.ebuild
b/net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild
similarity index 91%
rename from net-p2p/nicotine+/nicotine+-2.0.1.ebuild
rename to net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild
index ac77a1b3f00..301bedcae81 100644
--- a/net-p2p/nicotine+/nicotine+-2.0.1.ebuild
+++ b/net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1 xdg-utils
@@ -35,3 +35,7 @@ src_install() {
pkg_postinst() {
xdg_icon_cache_update
}
+
+pkg_postrm() {
+ xdg_icon_cache_update
+}