From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1070865-garchives=archives.gentoo.org@lists.gentoo.org> 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 B58C5138334 for <garchives@archives.gentoo.org>; Thu, 7 Feb 2019 13:01:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7200AE0B20; Thu, 7 Feb 2019 13:01:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 40D44E0B1C for <gentoo-commits@lists.gentoo.org>; Thu, 7 Feb 2019 13:01: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 108FF335DC7 for <gentoo-commits@lists.gentoo.org>; Thu, 7 Feb 2019 13:01:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3912545 for <gentoo-commits@lists.gentoo.org>; Thu, 7 Feb 2019 13:01:01 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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" <asturm@gentoo.org> Message-ID: <1549544400.eb1a131e143a8dc8ddcde8e1a0b02c59c074320c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/double-conversion/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/double-conversion/double-conversion-3.0.3.ebuild X-VCS-Directories: dev-libs/double-conversion/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: eb1a131e143a8dc8ddcde8e1a0b02c59c074320c X-VCS-Branch: master Date: Thu, 7 Feb 2019 13:01:01 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: acc921e5-f9eb-456a-9049-da17f01b0be4 X-Archives-Hash: afa90c3e3f32e2c385d0a56a9fb8aea7 commit: eb1a131e143a8dc8ddcde8e1a0b02c59c074320c Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Feb 7 12:20:55 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Feb 7 13:00:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb1a131e dev-libs/double-conversion: Switch to dolib.a Closes: https://bugs.gentoo.org/677428 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-libs/double-conversion/double-conversion-3.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/double-conversion/double-conversion-3.0.3.ebuild b/dev-libs/double-conversion/double-conversion-3.0.3.ebuild index be433fb279d..b6d4355862f 100644 --- a/dev-libs/double-conversion/double-conversion-3.0.3.ebuild +++ b/dev-libs/double-conversion/double-conversion-3.0.3.ebuild @@ -46,7 +46,7 @@ src_install() { myinstall() { [[ ${MULTIBUILD_VARIANT} = shared ]] && cmake-utils_src_install [[ ${MULTIBUILD_VARIANT} = static-libs ]] && \ - dolib ${BUILD_DIR}/double-conversion/libdouble-conversion.a + dolib.a ${BUILD_DIR}/double-conversion/libdouble-conversion.a } multibuild_foreach_variant myinstall