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 C16BD138334 for ; Wed, 1 Jan 2020 12:09:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2ED2E09E7; Wed, 1 Jan 2020 12:09:05 +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 D9B05E09E7 for ; Wed, 1 Jan 2020 12:09:05 +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 CDC7D34DAA6 for ; Wed, 1 Jan 2020 12:09:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88EE236 for ; Wed, 1 Jan 2020 12:09:03 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1577880526.3fe1935590c6ab96828cd0fa015a5dfdec8017b4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libraw1394/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libraw1394/libraw1394-2.1.2-r1.ebuild X-VCS-Directories: sys-libs/libraw1394/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3fe1935590c6ab96828cd0fa015a5dfdec8017b4 X-VCS-Branch: master Date: Wed, 1 Jan 2020 12:09:03 +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: 258a0fc2-35c7-4938-82b8-478f72acb122 X-Archives-Hash: 4845eb13d32fce457f06308d91d61b25 commit: 3fe1935590c6ab96828cd0fa015a5dfdec8017b4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 1 12:07:48 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 1 12:08:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fe19355 sys-libs/libraw1394: --disable-static Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> sys-libs/libraw1394/libraw1394-2.1.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libraw1394/libraw1394-2.1.2-r1.ebuild b/sys-libs/libraw1394/libraw1394-2.1.2-r1.ebuild index 8513cc837ab..72f37fa8b67 100644 --- a/sys-libs/libraw1394/libraw1394-2.1.2-r1.ebuild +++ b/sys-libs/libraw1394/libraw1394-2.1.2-r1.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" IUSE="" multilib_src_configure() { - ECONF_SOURCE="${S}" econf + ECONF_SOURCE="${S}" econf --disable-static } multilib_src_install_all() {