diff options
author | Jonathan Davies <jpds@protonmail.com> | 2022-03-16 02:55:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-16 17:04:36 +0000 |
commit | 318a2ee70884ccc3f111c85c28c4c6a59c0bb5c6 (patch) | |
tree | 1e167af847f96fcd4c1b604c2f2fa70e45050623 /net-irc | |
parent | net-irc/weechat: Added verify-sig integration. (diff) | |
download | gentoo-318a2ee70884ccc3f111c85c28c4c6a59c0bb5c6.tar.gz gentoo-318a2ee70884ccc3f111c85c28c4c6a59c0bb5c6.tar.bz2 gentoo-318a2ee70884ccc3f111c85c28c4c6a59c0bb5c6.zip |
net-irc/weechat: Sync live ebuild.
Signed-off-by: Jonathan Davies <jpds@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24580
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/weechat/weechat-9999.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net-irc/weechat/weechat-9999.ebuild b/net-irc/weechat/weechat-9999.ebuild index d1a572afb9da..541aa6674f14 100644 --- a/net-irc/weechat/weechat-9999.ebuild +++ b/net-irc/weechat/weechat-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,11 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/weechat/weechat.git" else - SRC_URI="https://weechat.org/files/src/${P}.tar.xz" + inherit verify-sig + SRC_URI="https://weechat.org/files/src/${P}.tar.xz + verify-sig? ( https://weechat.org/files/src/${P}.tar.xz.asc )" + VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/weechat.org.asc + BDEPEND+="verify-sig? ( sec-keys/openpgp-keys-weechat )" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos" fi |