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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 57BC3158009 for ; Sat, 24 Jun 2023 02:59:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99ADEE089F; Sat, 24 Jun 2023 02:59:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81DCFE0898 for ; Sat, 24 Jun 2023 02:59:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9E7D335D97 for ; Sat, 24 Jun 2023 02:59:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CF74AA2 for ; Sat, 24 Jun 2023 02:59:37 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1687575517.6f8067983009650c7f15fa02649d48dd59122651.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cargo-ebuild/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cargo-ebuild/cargo-ebuild-0.5.2.ebuild dev-util/cargo-ebuild/cargo-ebuild-0.5.4.ebuild X-VCS-Directories: dev-util/cargo-ebuild/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6f8067983009650c7f15fa02649d48dd59122651 X-VCS-Branch: master Date: Sat, 24 Jun 2023 02:59:37 +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: 374ba15a-4312-4cd1-be8c-55ba10c3e62d X-Archives-Hash: 49734e0bb86db77155b35b16c745a1e9 commit: 6f8067983009650c7f15fa02649d48dd59122651 Author: Leonardo Hernández Hernández proton me> AuthorDate: Sat Jun 24 02:47:16 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 24 02:58:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f806798 dev-util/cargo-ebuild: replace `filter-flags -flto*` with `filter-lto` Signed-off-by: Leonardo Hernández Hernández proton.me> Signed-off-by: Sam James gentoo.org> dev-util/cargo-ebuild/cargo-ebuild-0.5.2.ebuild | 4 ++-- dev-util/cargo-ebuild/cargo-ebuild-0.5.4.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/cargo-ebuild/cargo-ebuild-0.5.2.ebuild b/dev-util/cargo-ebuild/cargo-ebuild-0.5.2.ebuild index 02b3b5bb3de2..c4e06eccd4aa 100644 --- a/dev-util/cargo-ebuild/cargo-ebuild-0.5.2.ebuild +++ b/dev-util/cargo-ebuild/cargo-ebuild-0.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2022 Gentoo Authors +# Copyright 2017-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Auto-Generated by cargo-ebuild 0.5.1 @@ -170,7 +170,7 @@ RDEPEND=" QA_FLAGS_IGNORED="usr/bin/cargo-ebuild" src_configure() { - filter-flags '-flto*' # https://bugs.gentoo.org/858332 + filter-lto # https://bugs.gentoo.org/858332 export LIBGIT2_SYS_USE_PKG_CONFIG=1 LIBSSH2_SYS_USE_PKG_CONFIG=1 PKG_CONFIG_ALLOW_CROSS=1 cargo_src_configure } diff --git a/dev-util/cargo-ebuild/cargo-ebuild-0.5.4.ebuild b/dev-util/cargo-ebuild/cargo-ebuild-0.5.4.ebuild index fe0ffcbbfc3c..2722dc5c7706 100644 --- a/dev-util/cargo-ebuild/cargo-ebuild-0.5.4.ebuild +++ b/dev-util/cargo-ebuild/cargo-ebuild-0.5.4.ebuild @@ -162,7 +162,7 @@ RDEPEND=" QA_FLAGS_IGNORED="usr/bin/cargo-ebuild" src_configure() { - filter-flags '-flto*' # https://bugs.gentoo.org/858332 + filter-lto # https://bugs.gentoo.org/858332 export LIBGIT2_SYS_USE_PKG_CONFIG=1 LIBSSH2_SYS_USE_PKG_CONFIG=1 PKG_CONFIG_ALLOW_CROSS=1 cargo_src_configure }