diff options
author | Pacho Ramos <pacho@gentoo.org> | 2021-09-08 10:46:20 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2021-09-08 10:48:10 +0200 |
commit | d4f4240931dd2d22f8abe9294a47e206b87541f9 (patch) | |
tree | 6784cff45114f75b2705d2aac80fe84c7118eee1 /sys-power | |
parent | sys-apps/colorized-logs: Bump to 2.6 (diff) | |
download | gentoo-d4f4240931dd2d22f8abe9294a47e206b87541f9.tar.gz gentoo-d4f4240931dd2d22f8abe9294a47e206b87541f9.tar.bz2 gentoo-d4f4240931dd2d22f8abe9294a47e206b87541f9.zip |
sys-power/thermald: sys-power/dptfxtract not needed anymore
As stated in:
https://github.com/intel/dptfxtract/commit/8eb89439dd48d4d81c7c9ea51b57c6e785a23c25
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/thermald/thermald-2.4.3.ebuild | 7 | ||||
-rw-r--r-- | sys-power/thermald/thermald-2.4.5.ebuild | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/sys-power/thermald/thermald-2.4.3.ebuild b/sys-power/thermald/thermald-2.4.3.ebuild index 093c0f2a0eb6..b64a17ce7957 100644 --- a/sys-power/thermald/thermald-2.4.3.ebuild +++ b/sys-power/thermald/thermald-2.4.3.ebuild @@ -48,10 +48,3 @@ my_src_install_all() { rm -rf "${ED}"/etc/init || die doinitd "${FILESDIR}"/thermald } - -pkg_postinst() { - if ! has_version sys-power/dptfxtract; then - elog "dptfxtract can be used to generate a more specific" - elog "thermald configuration for your system" - fi -} diff --git a/sys-power/thermald/thermald-2.4.5.ebuild b/sys-power/thermald/thermald-2.4.5.ebuild index 2683a9652ea6..a482dfef0ff9 100644 --- a/sys-power/thermald/thermald-2.4.5.ebuild +++ b/sys-power/thermald/thermald-2.4.5.ebuild @@ -48,10 +48,3 @@ my_src_install_all() { rm -rf "${ED}"/etc/init || die doinitd "${FILESDIR}"/thermald } - -pkg_postinst() { - if ! has_version sys-power/dptfxtract; then - elog "dptfxtract can be used to generate a more specific" - elog "thermald configuration for your system" - fi -} |