commit: cfd0bc41c6e4992d2607b27353e311d600a59e0f Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sun Mar 13 18:05:37 2022 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sun Mar 13 18:36:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfd0bc41
sys-power/dptfxtract: glibc is needed Closes: https://bugs.gentoo.org/832983 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> .../{dptfxtract-1.4.3.ebuild => dptfxtract-1.4.3-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-power/dptfxtract/dptfxtract-1.4.3.ebuild b/sys-power/dptfxtract/dptfxtract-1.4.3-r1.ebuild similarity index 85% rename from sys-power/dptfxtract/dptfxtract-1.4.3.ebuild rename to sys-power/dptfxtract/dptfxtract-1.4.3-r1.ebuild index f14d8983d176..8a06a3360de8 100644 --- a/sys-power/dptfxtract/dptfxtract-1.4.3.ebuild +++ b/sys-power/dptfxtract/dptfxtract-1.4.3-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="Intel's Linux DPTF Extract Utility for generating thermald's thermal_conf.xml" HOMEPAGE="https://github.com/intel/dptfxtract" @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="amd64" IUSE="" -RDEPEND="" +RDEPEND="sys-libs/glibc" DEPEND="" QA_PREBUILT="*"
