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 71884138335 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 6569BE0849; Fri, 30 Aug 2019 20:48:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 50FC5E0849 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 31E5834A708 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 A35DE622 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.305bc767208d524f63f152e83279ac67b68e6dce.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-9999.ebuild X-VCS-Directories: sys-power/intel-undervolt/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 305bc767208d524f63f152e83279ac67b68e6dce 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: 614447ed-5f02-4947-9720-3575a86067ed X-Archives-Hash: 99215ab9bae79cec8330bd212c6ea96a commit: 305bc767208d524f63f152e83279ac67b68e6dce Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Aug 30 20:48:21 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=305bc767 sys-power/intel-undervolt: sync live ebuild Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Georgy Yakovlev gentoo.org> sys-power/intel-undervolt/intel-undervolt-9999.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sys-power/intel-undervolt/intel-undervolt-9999.ebuild b/sys-power/intel-undervolt/intel-undervolt-9999.ebuild index 3073fbb4c1b..4fa86956179 100644 --- a/sys-power/intel-undervolt/intel-undervolt-9999.ebuild +++ b/sys-power/intel-undervolt/intel-undervolt-9999.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 }