diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2022-02-13 10:12:12 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2022-02-13 13:14:42 +0100 |
commit | 406688dbfd3fa67140dec50fc792738ce317bd86 (patch) | |
tree | 94a3151b038b1cabb1fe9f268a824cbd966ea954 /net-irc/hexchat/hexchat-9999.ebuild | |
parent | net-irc/hexchat: Bump to version 2.16.1 (diff) | |
download | gentoo-406688dbfd3fa67140dec50fc792738ce317bd86.tar.gz gentoo-406688dbfd3fa67140dec50fc792738ce317bd86.tar.bz2 gentoo-406688dbfd3fa67140dec50fc792738ce317bd86.zip |
net-irc/hexchat: Synced live ebuild
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-irc/hexchat/hexchat-9999.ebuild')
-rw-r--r-- | net-irc/hexchat/hexchat-9999.ebuild | 7 |
1 files 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 )" |