summaryrefslogtreecommitdiff
path: root/app-crypt
diff options
context:
space:
mode:
authorCrucible <crucible@localhost>2026-09-22 22:22:36 -0500
committerCrucible <crucible@localhost>2026-09-22 22:22:36 -0500
commit979af70cb83395cab2f32ea1124be68ebaced6b6 (patch)
tree18b16739f860a2a652c26c5499fad05922119e31 /app-crypt
parent954147f7add6ada356dec519e829e0a2437da5af (diff)
downloadbaldeagleos-repo-979af70cb83395cab2f32ea1124be68ebaced6b6.tar.gz
baldeagleos-repo-979af70cb83395cab2f32ea1124be68ebaced6b6.tar.xz
baldeagleos-repo-979af70cb83395cab2f32ea1124be68ebaced6b6.zip
Publish baldeagleos-repo candidate 0000000338-20260922-221634
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/sequoia-chameleon-gnupg/files/sequoia-chameleon-gnupg-0.13.1-no-cargo-profile.patch31
-rw-r--r--app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.13.1-r4.ebuild1
2 files changed, 32 insertions, 0 deletions
diff --git a/app-crypt/sequoia-chameleon-gnupg/files/sequoia-chameleon-gnupg-0.13.1-no-cargo-profile.patch b/app-crypt/sequoia-chameleon-gnupg/files/sequoia-chameleon-gnupg-0.13.1-no-cargo-profile.patch
new file mode 100644
index 000000000000..dc05c0ea34c3
--- /dev/null
+++ b/app-crypt/sequoia-chameleon-gnupg/files/sequoia-chameleon-gnupg-0.13.1-no-cargo-profile.patch
@@ -0,0 +1,31 @@
+From fcbeaf85fe7e73cc850f6b538c669753c3fb0f89 Mon Sep 17 00:00:00 2001
+From: Eli Schwartz <eschwartz@gentoo.org>
+Date: Fri, 18 Sep 2026 00:46:17 -0400
+Subject: [PATCH] remove terrible horrible no-good very bad profile
+
+Overriding the profile means make.conf is not respected, and also blows
+up.
+
+---
+ Cargo.toml | 5 -----
+ 1 file changed, 5 deletions(-)
+
+diff --git a/Cargo.toml b/Cargo.toml
+index 37121ae..d8a2f74 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -88,11 +88,6 @@ name = "gpg-recorder"
+ path = "src/gpg-recorder.rs"
+ required-features = ["the-recorder-steals-secrets-and-i-wont-package-it-in-slash-bin"]
+
+-[profile.release]
+-codegen-units = 1
+-debug = true
+-lto = true
+-
+ [features]
+ default = ["crypto-nettle"]
+ crypto-nettle = ["sequoia-openpgp/crypto-nettle"]
+--
+2.55.0
+
diff --git a/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.13.1-r4.ebuild b/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.13.1-r4.ebuild
index 41edd54e6b0f..e3d079a6c846 100644
--- a/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.13.1-r4.ebuild
+++ b/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.13.1-r4.ebuild
@@ -62,6 +62,7 @@ QA_FLAGS_IGNORED="usr/bin/gpg-sq usr/bin/gpgv-sq"
PATCHES=(
"${FILESDIR}"/${P}-tests.patch
+ "${FILESDIR}"/${P}-no-cargo-profile.patch
)
pkg_setup() {