diff options
| author | Sam James <sam@gentoo.org> | 2024-04-23 14:53:46 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2024-04-23 14:55:39 +0100 |
| commit | 0a4c8143b201ad2e042d64d1129b87747bb4b461 (patch) | |
| tree | 040f4f13ec8320aa35b81a3fd6e8b7ed0137dbd6 /app-shells/bash/bash-9999.ebuild | |
| parent | 31069203a5f51038c5279d276b9760e7a2f8e189 (diff) | |
| download | gentoo-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.ebuild | 2 |
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 |
