summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-04-20 05:39:36 +0100
committerSam James <sam@gentoo.org>2024-04-20 05:40:21 +0100
commit96b32c82c41e1ca7821b0a3f54f0dfc300465de8 (patch)
treed683176d7b1eebb2e04e6824f06ae72f9447393d
parentnet-libs/rustls-ffi: add 0.13.0 (diff)
downloadgentoo-96b32c82c41e1ca7821b0a3f54f0dfc300465de8.tar.gz
gentoo-96b32c82c41e1ca7821b0a3f54f0dfc300465de8.tar.bz2
gentoo-96b32c82c41e1ca7821b0a3f54f0dfc300465de8.zip
net-libs/rustls-ffi: add 0.13.0
* Fix subslot to be 0.X instead, per Kangie's suggestion. * textrels are fixed, yay, so drop workaround. Unfortunately, still hard-requires Ring. I thought that was fixed in this release but it isn't, per release notes. Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-libs/rustls-ffi/rustls-ffi-0.13.0.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/net-libs/rustls-ffi/rustls-ffi-0.13.0.ebuild b/net-libs/rustls-ffi/rustls-ffi-0.13.0.ebuild
index 98575adf0411..4f144686f120 100644
--- a/net-libs/rustls-ffi/rustls-ffi-0.13.0.ebuild
+++ b/net-libs/rustls-ffi/rustls-ffi-0.13.0.ebuild
@@ -50,7 +50,7 @@ LICENSE="|| ( Apache-2.0 MIT ISC )"
LICENSE+=" BSD ISC MIT"
# For Ring (see its LICENSE)
LICENSE+=" ISC openssl SSLeay MIT"
-SLOT="0/${PV}"
+SLOT="0/${PV%.*}"
KEYWORDS="~amd64"
BDEPEND="dev-util/cargo-c"
@@ -67,10 +67,6 @@ src_configure() {
# bug #927231
filter-lto
- # textrels in ring
- # Hopefully fixed with https://github.com/rustls/rustls-ffi/pull/389
- export RUSTFLAGS="${RUSTFLAGS} -C link-arg=-Wl,-z,notext"
-
multilib-minimal_src_configure
}