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 97F08139083 for ; Tue, 19 Dec 2017 15:51:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7868E0F70; Tue, 19 Dec 2017 15:51:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B1C05E0F70 for ; Tue, 19 Dec 2017 15:51: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 625DB33BEF8 for ; Tue, 19 Dec 2017 15:51:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECD5DAE1D for ; Tue, 19 Dec 2017 15:51:35 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1513698689.a18b37efeb32bb1e98b476511aeb20ccb46d4c88.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libjpeg-turbo/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libjpeg-turbo/libjpeg-turbo-1.5.3.ebuild X-VCS-Directories: media-libs/libjpeg-turbo/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: a18b37efeb32bb1e98b476511aeb20ccb46d4c88 X-VCS-Branch: master Date: Tue, 19 Dec 2017 15:51: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: df1321a5-fac4-41a7-a0df-5f913a490320 X-Archives-Hash: a728c5f079ed1e3f398562bdf0263ab6 commit: a18b37efeb32bb1e98b476511aeb20ccb46d4c88 Author: Lars Wendler gentoo org> AuthorDate: Tue Dec 19 15:50:39 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Dec 19 15:51:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a18b37ef media-libs/libjpeg-turbo: Re-create configure script to avoid unexpanded autoconf macros. Closes: https://bugs.gentoo.org/641734 Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-libs/libjpeg-turbo/libjpeg-turbo-1.5.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.3.ebuild b/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.3.ebuild index 32253a5e688..c777fa40b4c 100644 --- a/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.3.ebuild +++ b/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit libtool ltprune java-pkg-opt-2 libtool toolchain-funcs multilib-minimal +inherit autotools libtool ltprune java-pkg-opt-2 libtool toolchain-funcs multilib-minimal DESCRIPTION="MMX, SSE, and SSE2 SIMD accelerated JPEG library" HOMEPAGE="https://libjpeg-turbo.org/ https://sourceforge.net/projects/libjpeg-turbo/" @@ -40,7 +40,7 @@ PATCHES=( src_prepare() { default - elibtoolize + eautoreconf java-pkg-opt-2_src_prepare }