commit: 62ebab453f2ffabce835a1f2fca92286bed20d1c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 1 17:18:00 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 1 17:18:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ebab45
dev-libs/libgpg-error: conditionally download sig for verify-sig Closes: https://bugs.gentoo.org/898940 Thanks-to: Allen Webb <allenwebb <AT> google.com> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/libgpg-error/libgpg-error-1.46-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libgpg-error/libgpg-error-1.46-r1.ebuild b/dev-libs/libgpg-error/libgpg-error-1.46-r1.ebuild index 3d94e5f819ed..fbeea03c6d2c 100644 --- a/dev-libs/libgpg-error/libgpg-error-1.46-r1.ebuild +++ b/dev-libs/libgpg-error/libgpg-error-1.46-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ inherit autotools multilib-minimal toolchain-funcs prefix verify-sig DESCRIPTION="Contains error handling functions used by GnuPG software" HOMEPAGE="https://www.gnupg.org/related_software/libgpg-error" SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2" -SRC_URI+=" mirror://gnupg/${PN}/${P}.tar.bz2.sig" +SRC_URI+=" verify-sig? ( mirror://gnupg/${PN}/${P}.tar.bz2.sig )" LICENSE="GPL-2 LGPL-2.1" SLOT="0"
