diff options
author | Sam James <sam@gentoo.org> | 2023-01-13 20:36:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-14 10:11:01 +0000 |
commit | ee2049ddc9a41ec2d0c0d0fd7ff8d1f1b94c0964 (patch) | |
tree | 8712b5d69b14bc302e6cfefab57f73b0ea9ccc5b /dev-util | |
parent | dev-embedded/rpi-eeprom: drop 13.8_p1 (diff) | |
download | gentoo-ee2049ddc9a41ec2d0c0d0fd7ff8d1f1b94c0964.tar.gz gentoo-ee2049ddc9a41ec2d0c0d0fd7ff8d1f1b94c0964.tar.bz2 gentoo-ee2049ddc9a41ec2d0c0d0fd7ff8d1f1b94c0964.zip |
dev-util/debugedit: conditionally download .sig
Avoids noise in src_unpack for USE=-verify-sig.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/debugedit/debugedit-5.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/debugedit/debugedit-5.0-r1.ebuild b/dev-util/debugedit/debugedit-5.0-r1.ebuild index f510f92c003b..af34db1de4ff 100644 --- a/dev-util/debugedit/debugedit-5.0-r1.ebuild +++ b/dev-util/debugedit/debugedit-5.0-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=7 @@ -9,7 +9,7 @@ DESCRIPTION="Create debuginfo and source file distributions" HOMEPAGE="https://sourceware.org/debugedit/" SRC_URI=" https://sourceware.org/ftp/debugedit/${PV}/${P}.tar.xz - https://sourceware.org/ftp/debugedit/${PV}/${P}.tar.xz.sig + verify-sig? ( https://sourceware.org/ftp/debugedit/${PV}/${P}.tar.xz.sig ) " LICENSE="GPL-2+ LGPL-2+" |