commit: 4f80ddfd7c0d65b8ab1a7026a223b45864e4d9b6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 11 20:29:14 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 11 21:14:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f80ddfd
net-p2p/deluge: [QA] update caches
Reported-by: hanetzer
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-p2p/deluge/deluge-2.0.3-r8.ebuild | 4 +++-
net-p2p/deluge/deluge-9999.ebuild | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/net-p2p/deluge/deluge-2.0.3-r8.ebuild
b/net-p2p/deluge/deluge-2.0.3-r8.ebuild
index 99e877d5e20..19ea2735daf 100644
--- a/net-p2p/deluge/deluge-2.0.3-r8.ebuild
+++ b/net-p2p/deluge/deluge-2.0.3-r8.ebuild
@@ -5,7 +5,7 @@ EAPI="7"
PYTHON_COMPAT=( python3_{8,9} )
DISTUTILS_SINGLE_IMPL=1
-inherit distutils-r1 systemd
+inherit xdg distutils-r1 systemd
DESCRIPTION="BitTorrent client with a client/server model"
HOMEPAGE="https://deluge-torrent.org/"
@@ -122,6 +122,8 @@ python_install_all() {
}
pkg_postinst() {
+ xdg_pkg_postinst
+
elog
elog "If, after upgrading, deluge doesn't work, please remove the"
elog "'~/.config/deluge' directory and try again, but make a backup"
diff --git a/net-p2p/deluge/deluge-9999.ebuild
b/net-p2p/deluge/deluge-9999.ebuild
index bdb0681318c..0fe6fe0a53f 100644
--- a/net-p2p/deluge/deluge-9999.ebuild
+++ b/net-p2p/deluge/deluge-9999.ebuild
@@ -5,7 +5,7 @@ EAPI="7"
PYTHON_COMPAT=( python3_{8,9} )
DISTUTILS_SINGLE_IMPL=1
-inherit distutils-r1 systemd
+inherit xdg distutils-r1 systemd
DESCRIPTION="BitTorrent client with a client/server model"
HOMEPAGE="https://deluge-torrent.org/"
@@ -121,6 +121,8 @@ python_install_all() {
}
pkg_postinst() {
+ xdg_pkg_postinst
+
elog
elog "If, after upgrading, deluge doesn't work, please remove the"
elog "'~/.config/deluge' directory and try again, but make a backup"