kde-misc/plasma-applet-thermal-monitor: fix deps

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2021-07-15 18:11:52 +05:00
parent 9083fbb57d
commit 3d9c3fd8a8

View File

@@ -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
}