summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-08-09 09:56:16 +0100
committerSam James <sam@gentoo.org>2024-08-09 09:56:16 +0100
commitd59cf13add6fe4812e7d706db1eb331308bd07b5 (patch)
tree5a4e4177e70ab71a8bfcdcdd7fe73885765fd64b /net-irc
parentdev-cpp/asio: Stabilize 1.30.2 sparc, #937590 (diff)
downloadgentoo-d59cf13add6fe4812e7d706db1eb331308bd07b5.tar.gz
gentoo-d59cf13add6fe4812e7d706db1eb331308bd07b5.tar.bz2
gentoo-d59cf13add6fe4812e7d706db1eb331308bd07b5.zip
net-irc/kvirc: Stabilize 5.2.4 x86, #937591
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/kvirc/kvirc-5.2.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/kvirc/kvirc-5.2.4.ebuild b/net-irc/kvirc/kvirc-5.2.4.ebuild
index 512eab7a0fc3..5f7c77b52cf6 100644
--- a/net-irc/kvirc/kvirc-5.2.4.ebuild
+++ b/net-irc/kvirc/kvirc-5.2.4.ebuild
@@ -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