From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 36B81138334 for ; Fri, 30 Aug 2019 20:48:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48E49E0848; Fri, 30 Aug 2019 20:48:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29B07E0848 for ; Fri, 30 Aug 2019 20:48:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B8D634A707 for ; Fri, 30 Aug 2019 20:48:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FE342A5 for ; Fri, 30 Aug 2019 20:48:47 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1567198119.63ce7896ced68ff034533f3c6fb264f75aed080b.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/intel-undervolt/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/intel-undervolt/intel-undervolt-1.7.ebuild X-VCS-Directories: sys-power/intel-undervolt/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 63ce7896ced68ff034533f3c6fb264f75aed080b X-VCS-Branch: master Date: Fri, 30 Aug 2019 20:48:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f05b5906-3611-440f-9302-81f32653b6d9 X-Archives-Hash: 05eaae6c2deafad981e0930a69ffc9dc commit: 63ce7896ced68ff034533f3c6fb264f75aed080b Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Aug 30 20:47:56 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Aug 30 20:48:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63ce7896 sys-power/intel-undervolt: fix spacing Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Georgy Yakovlev gentoo.org> sys-power/intel-undervolt/intel-undervolt-1.7.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sys-power/intel-undervolt/intel-undervolt-1.7.ebuild b/sys-power/intel-undervolt/intel-undervolt-1.7.ebuild index 3073fbb4c1b..4fa86956179 100644 --- a/sys-power/intel-undervolt/intel-undervolt-1.7.ebuild +++ b/sys-power/intel-undervolt/intel-undervolt-1.7.ebuild @@ -41,21 +41,21 @@ src_configure() { } src_compile() { - tc-export CC local myemakeargs=( CC="${CC}" CFLAGS="${CFLAGS}" ) + emake "${myemakeargs[@]}" } pkg_postinst() { -for v in ${REPLACING_VERSIONS}; do - if [[ ${v} == 1.6 ]] ; then - elog "openrc service has been renamed to intel-undervolt-loop" - elog "please update your startup configuration" - fi -done + for v in ${REPLACING_VERSIONS}; do + if [[ ${v} == 1.6 ]] ; then + elog "openrc service has been renamed to intel-undervolt-loop" + elog "please update your startup configuration" + fi + done }