diff options
author | Matoro Mahri <matoro@users.noreply.github.com> | 2023-02-24 22:58:16 -0500 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-26 20:15:43 +0200 |
commit | 18633c76bf731c0c8daa354b8d41156e016d6006 (patch) | |
tree | cd7fbd5fa93fdc8d14477c181798806c1e3ff2a9 /net-irc | |
parent | dev-python/websocket-client: Use pypi.eclass (diff) | |
download | gentoo-18633c76bf731c0c8daa354b8d41156e016d6006.tar.gz gentoo-18633c76bf731c0c8daa354b8d41156e016d6006.tar.bz2 gentoo-18633c76bf731c0c8daa354b8d41156e016d6006.zip |
net-irc/hexchat: Stabilize 2.16.1-r1 sparc, #889994
Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/hexchat/hexchat-2.16.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/hexchat/hexchat-2.16.1-r1.ebuild b/net-irc/hexchat/hexchat-2.16.1-r1.ebuild index 21c3871de08a..1dbad0e77efc 100644 --- a/net-irc/hexchat/hexchat-2.16.1-r1.ebuild +++ b/net-irc/hexchat/hexchat-2.16.1-r1.ebuild @@ -18,7 +18,7 @@ if [[ "${PV}" == "9999" ]] ; then EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" else SRC_URI="https://dl.hexchat.net/${PN}/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux" + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux" fi LICENSE="GPL-2 plugin-fishlim? ( MIT )" |