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 78642138330 for ; Tue, 29 May 2018 20:10:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82E34E0824; Tue, 29 May 2018 20:10:40 +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 63ABBE0822 for ; Tue, 29 May 2018 20:10:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 75BF3335C63 for ; Tue, 29 May 2018 20:10:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D7492C3 for ; Tue, 29 May 2018 20:10:35 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527624624.a7d122004e15ba5e3434d8416fd95c1c44c42f5f.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/jpegtoavi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/jpegtoavi/jpegtoavi-1.5.ebuild X-VCS-Directories: media-gfx/jpegtoavi/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: a7d122004e15ba5e3434d8416fd95c1c44c42f5f X-VCS-Branch: master Date: Tue, 29 May 2018 20:10:35 +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-Archives-Salt: de8a1f79-03ab-4992-8ea1-08c4dcd8043a X-Archives-Hash: c0b0bf9827cdf022e4844d2cfffdc6ab commit: a7d122004e15ba5e3434d8416fd95c1c44c42f5f Author: Aaron Bauman gentoo org> AuthorDate: Tue May 29 19:58:14 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue May 29 20:10:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7d12200 media-gfx/jpegtoavi: src_compile() -> src_configure() Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-gfx/jpegtoavi/jpegtoavi-1.5.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-gfx/jpegtoavi/jpegtoavi-1.5.ebuild b/media-gfx/jpegtoavi/jpegtoavi-1.5.ebuild index a11929389db..5da0a3e2468 100644 --- a/media-gfx/jpegtoavi/jpegtoavi-1.5.ebuild +++ b/media-gfx/jpegtoavi/jpegtoavi-1.5.ebuild @@ -15,9 +15,8 @@ IUSE="" PATCHES=( "${FILESDIR}/${P}-Makefile.patch" ) -src_compile() { +src_configure() { tc-export CC - default } src_install() {