commit: 3d9c3fd8a81c774ba14e4e2bc435389c50cfabab Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Thu Jul 15 13:11:52 2021 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Thu Jul 15 19:15:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d9c3fd8
kde-misc/plasma-applet-thermal-monitor: fix deps Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> .../plasma-applet-thermal-monitor-1.3.0.ebuild | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild index 3ea3f05b5..2090272e0 100644 --- a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild +++ b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit ecm +inherit ecm optfeature DESCRIPTION="Plasma 5 applet for monitoring CPU, GPU and other available temperature sensors" HOMEPAGE="https://store.kde.org/p/998915/ @@ -19,9 +19,12 @@ fi LICENSE="GPL-2+" SLOT="5" -# block against slot 0 of self, to prevent file collision -DEPEND=" - !kde-misc/plasma-applet-thermal-monitor:0 - >=kde-frameworks/plasma-5.60.0:5 +DEPEND="kde-frameworks/plasma:5" +RDEPEND="${DEPEND} + kde-plasma/ksysguard:5[lm-sensors] " -RDEPEND="${DEPEND}" + +pkg_postinst() { + ecm_pkg_postinst + optfeature "monitor temperature of NVMe drives" sys-apps/nvme-cli +}
