net-p2p/monero: Fix QA issues

Signed-off-by: Emi <reedy.sailors.8t@icloud.com>
This commit is contained in:
Emi
2026-06-28 19:48:30 +02:00
parent fa2c99c1d1
commit 0ea46e9f99
2 changed files with 3 additions and 7 deletions

View File

@@ -27,9 +27,6 @@
<flag name="wallet-rpc">
Build the RPC wallet, monero-wallet-rpc
</flag>
<flag name="monero-supercop">
Assembly optimizations for ed25519
</flag>
</use>
<upstream>
<bugs-to>https://github.com/monero-project/monero/issues</bugs-to>

View File

@@ -24,8 +24,9 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/monero-project/monero.git"
EGIT_SUBMODULES=()
else
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/monero/binaryfate.asc
SRC_URI="
https://downloads.getmonero.org/cli/source/${SOURCE_ARCHIVE} -> ${SOURCE_ARCHIVE}
https://downloads.getmonero.org/cli/source/${SOURCE_ARCHIVE}
verify-sig? ( https://raw.githubusercontent.com/monero-project/monero-site/5e8d74229b742b54173010e3a676215b6f2fd1d7/downloads/hashes.txt -> ${P}-release-hashes.txt )
"
# Todo: replace this hashes.txt URL with one based on ${P} (See https://github.com/monero-project/monero/issues/10760)
@@ -67,12 +68,10 @@ PATCHES=(
"${FILESDIR}"/${PN}-0.18.5.0-unbundle-dependencies.patch
)
VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/monero/binaryfate.asc
src_unpack() {
if use verify-sig; then
pushd "${DISTDIR}" > /dev/null || die
verify-sig_verify_message ${DISTDIR}/${P}-release-hashes.txt - | \
verify-sig_verify_message "${DISTDIR}"/"${P}"-release-hashes.txt - | \
grep -F "${SOURCE_ARCHIVE}" | \
verify-sig_verify_unsigned_checksums - sha256 "${SOURCE_ARCHIVE}"
popd || die