summaryrefslogtreecommitdiff
path: root/app-shells/bash/bash-9999.ebuild
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-04-23 14:53:46 +0100
committerSam James <sam@gentoo.org>2024-04-23 14:55:39 +0100
commit0a4c8143b201ad2e042d64d1129b87747bb4b461 (patch)
tree040f4f13ec8320aa35b81a3fd6e8b7ed0137dbd6 /app-shells/bash/bash-9999.ebuild
parent31069203a5f51038c5279d276b9760e7a2f8e189 (diff)
downloadgentoo-0a4c8143b201ad2e042d64d1129b87747bb4b461.tar.gz
gentoo-0a4c8143b201ad2e042d64d1129b87747bb4b461.tar.bz2
gentoo-0a4c8143b201ad2e042d64d1129b87747bb4b461.zip
app-shells/bash: add verify-sig to mirror URL too
Closes: https://bugs.gentoo.org/928373 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells/bash/bash-9999.ebuild')
-rw-r--r--app-shells/bash/bash-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/bash/bash-9999.ebuild b/app-shells/bash/bash-9999.ebuild
index 51280256f5de..7fd382331ee9 100644
--- a/app-shells/bash/bash-9999.ebuild
+++ b/app-shells/bash/bash-9999.ebuild
@@ -65,7 +65,7 @@ elif is_release ; then
# Add in the mirror URL too.
SRC_URI+=" ${patch_url/${upstream_url_base}/${mirror_url_base}}"
- SRC_URI+=" verify-sig? ( ${patch_url/${upstream_url_base}/${mirror_url_base}} )"
+ SRC_URI+=" verify-sig? ( ${patch_url/${upstream_url_base}/${mirror_url_base}}.sig )"
MY_PATCHES+=( "${DISTDIR}"/${mangled_patch_ver} )
done