diff options
author | 2024-08-09 10:50:42 +0200 | |
---|---|---|
committer | 2024-08-09 10:50:42 +0200 | |
commit | f857b46c289f5eb23619f9fbee4473f5f5a8fdd1 (patch) | |
tree | 07cbf846022ad26c5b466084e1c2aa8ab304e9ef /net-irc/kvirc | |
parent | dev-cpp/asio: Stabilize 1.30.2 amd64, #937590 (diff) | |
download | gentoo-f857b46c289f5eb23619f9fbee4473f5f5a8fdd1.tar.gz gentoo-f857b46c289f5eb23619f9fbee4473f5f5a8fdd1.tar.bz2 gentoo-f857b46c289f5eb23619f9fbee4473f5f5a8fdd1.zip |
net-irc/kvirc: Stabilize 5.2.4 amd64, #937591
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-irc/kvirc')
-rw-r--r-- | net-irc/kvirc/kvirc-5.2.4.ebuild | 2 |
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 32a984d0afbb..512eab7a0fc3 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 |