net-irc/kvirc: Stabilize 5.2.4 x86, #937591

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-08-09 09:56:16 +01:00
parent 33d0aca399
commit d59cf13add

View File

@@ -14,7 +14,7 @@ if [[ "${PV}" == "9999" ]]; then
EGIT_REPO_URI="https://github.com/kvirc/KVIrc"
else
SRC_URI="https://github.com/kvirc/KVIrc/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64 ~ppc ~ppc64 ~riscv ~x86"
KEYWORDS="amd64 ~ppc ~ppc64 ~riscv x86"
S="${WORKDIR}/KVIrc-${PV}"
fi