net-p2p/monero: unkeyword 0.18.4.1 for ~ppc64

We can't mask USE flags per-profile in overlays, so we can either mask a
USE flag completely or dekeyword.

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2025-08-24 22:24:56 +05:00
parent bd90384bb3
commit 45809d54de

View File

@@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_SUBMODULES=()
else
SRC_URI="https://github.com/monero-project/monero/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~x86 ~ppc64"
KEYWORDS="~amd64 ~arm64 ~x86"
fi
LICENSE="BSD MIT"