diff options
author | 2024-05-28 18:08:12 +0100 | |
---|---|---|
committer | 2024-05-28 18:08:12 +0100 | |
commit | 305f2f3368000b92ba46d2472934951db31b5cc7 (patch) | |
tree | 44998c49545f30990342b623af52114d4f662102 /net-irc | |
parent | sys-power/upower: Stabilize 1.90.4 ppc64, #931965 (diff) | |
download | gentoo-305f2f3368000b92ba46d2472934951db31b5cc7.tar.gz gentoo-305f2f3368000b92ba46d2472934951db31b5cc7.tar.bz2 gentoo-305f2f3368000b92ba46d2472934951db31b5cc7.zip |
net-irc/hexchat: Stabilize 2.16.2 ppc64, #933009
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/hexchat/hexchat-2.16.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/hexchat/hexchat-2.16.2.ebuild b/net-irc/hexchat/hexchat-2.16.2.ebuild index 8a11e48a7bcb..47968072befc 100644 --- a/net-irc/hexchat/hexchat-2.16.2.ebuild +++ b/net-irc/hexchat/hexchat-2.16.2.ebuild @@ -18,7 +18,7 @@ if [[ "${PV}" == "9999" ]] ; then EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" else SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${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 )" |