diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2023-10-31 20:08:09 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2023-10-31 20:08:09 +0000 |
commit | 407072b35bf389685ef40fc732f846aaafe930a7 (patch) | |
tree | 06eee70d7d03dc18ce68449d7e492232a1c066e4 /net-vpn/tor/tor-0.4.7.15.ebuild | |
parent | 2023-10-31 19:47:00 UTC (diff) | |
parent | Remove BROOT from VERIFY_SIG_OPENPGP_KEY_PATH (diff) | |
download | gentoo-407072b35bf389685ef40fc732f846aaafe930a7.tar.gz gentoo-407072b35bf389685ef40fc732f846aaafe930a7.tar.bz2 gentoo-407072b35bf389685ef40fc732f846aaafe930a7.zip |
Merge updates from master
Diffstat (limited to 'net-vpn/tor/tor-0.4.7.15.ebuild')
-rw-r--r-- | net-vpn/tor/tor-0.4.7.15.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-vpn/tor/tor-0.4.7.15.ebuild b/net-vpn/tor/tor-0.4.7.15.ebuild index 1f41cdd21e52..4ed61652af4a 100644 --- a/net-vpn/tor/tor-0.4.7.15.ebuild +++ b/net-vpn/tor/tor-0.4.7.15.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) -VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/torproject.org.asc +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/torproject.org.asc inherit edo python-any-r1 readme.gentoo-r1 systemd verify-sig MY_PV="$(ver_rs 4 -)" |