commit: 406688dbfd3fa67140dec50fc792738ce317bd86 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Sun Feb 13 09:12:12 2022 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Sun Feb 13 12:14:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=406688db
net-irc/hexchat: Synced live ebuild Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> net-irc/hexchat/hexchat-9999.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net-irc/hexchat/hexchat-9999.ebuild b/net-irc/hexchat/hexchat-9999.ebuild index 0184ad5a0be2..426793497d86 100644 --- a/net-irc/hexchat/hexchat-9999.ebuild +++ b/net-irc/hexchat/hexchat-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 LUA_COMPAT=( lua5-{1..4} luajit ) -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit lua-single meson mono-env python-single-r1 xdg @@ -13,11 +13,12 @@ HOMEPAGE="https://hexchat.github.io/" if [[ "${PV}" == "9999" ]] ; then inherit git-r3 + # We need to empty SRC_URI or else mono-env breaks the live ebuild SRC_URI="" 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 ~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 )"