commit: 857318eb34a4cb70156e89a223feae528e24b034
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Wed Jul 12 19:10:51 2023 +0000
Commit: orbea <orbea <AT> riseup <DOT> 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 <orbea <AT> 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
}