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 EA32215801B for ; Wed, 12 Jul 2023 19:14:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E314AE084F; Wed, 12 Jul 2023 19:14:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 C5D3BE084F for ; Wed, 12 Jul 2023 19:14:36 +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 AF179340B1E for ; Wed, 12 Jul 2023 19:14:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4ACA3AD6 for ; Wed, 12 Jul 2023 19:14:34 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1689189051.857318eb34a4cb70156e89a223feae528e24b034.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-util/cargo-ebuild/ X-VCS-Repository: repo/proj/libressl 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: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: 857318eb34a4cb70156e89a223feae528e24b034 X-VCS-Branch: master Date: Wed, 12 Jul 2023 19:14:34 +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: 94d44182-ed0a-479f-984a-225b91749ea5 X-Archives-Hash: cebb4d3d9fd0f0bbcd712e033fb39b4f commit: 857318eb34a4cb70156e89a223feae528e24b034 Author: orbea riseup net> AuthorDate: Wed Jul 12 19:10:51 2023 +0000 Commit: orbea riseup net> CommitDate: Wed Jul 12 19:10:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=857318eb dev-util/cargo-ebuild: sync ::gentoo Signed-off-by: orbea riseup.net> dev-util/cargo-ebuild/cargo-ebuild-0.5.2.ebuild | 3 +-- dev-util/cargo-ebuild/cargo-ebuild-0.5.4.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 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 48e8923..1fbca4c 100644 --- a/dev-util/cargo-ebuild/cargo-ebuild-0.5.2.ebuild +++ b/dev-util/cargo-ebuild/cargo-ebuild-0.5.2.ebuild @@ -142,7 +142,7 @@ CRATES=" winapi-x86_64-pc-windows-gnu-0.4.0 " -inherit cargo flag-o-matic +inherit cargo DESCRIPTION="Generates an ebuild for a package using the in-tree eclasses." # Double check the homepage as the cargo_metadata crate @@ -177,7 +177,6 @@ src_prepare() { } src_configure() { - 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 b405e4e..c52003c 100644 --- a/dev-util/cargo-ebuild/cargo-ebuild-0.5.4.ebuild +++ b/dev-util/cargo-ebuild/cargo-ebuild-0.5.4.ebuild @@ -134,7 +134,7 @@ CRATES=" winapi-x86_64-pc-windows-gnu-0.4.0 " -inherit cargo flag-o-matic +inherit cargo DESCRIPTION="Generates an ebuild for a package using the in-tree eclasses." # Double check the homepage as the cargo_metadata crate @@ -169,7 +169,6 @@ src_prepare() { } src_configure() { - 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 }