diff options
author | Adrian Schollmeyer <nex+b-g-o@nexadn.de> | 2024-02-29 15:40:08 +0100 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-02-29 18:14:23 +0200 |
commit | e8ff4ef208078665a605fc128b6afffb206f7a91 (patch) | |
tree | 571ff6e499c4281222c68da4c8325a3df85cb5a0 /net-irc | |
parent | net-irc/hexchat: remove upstream maintainer (diff) | |
download | gentoo-e8ff4ef208078665a605fc128b6afffb206f7a91.tar.gz gentoo-e8ff4ef208078665a605fc128b6afffb206f7a91.tar.bz2 gentoo-e8ff4ef208078665a605fc128b6afffb206f7a91.zip |
net-irc/hexchat: sync live to 2.16.2
Signed-off-by: Adrian Schollmeyer <nex+b-g-o@nexadn.de>
Closes: https://github.com/gentoo/gentoo/pull/35443
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/hexchat/hexchat-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-irc/hexchat/hexchat-9999.ebuild b/net-irc/hexchat/hexchat-9999.ebuild index d3714388d5a3..1958b10d37e7 100644 --- a/net-irc/hexchat/hexchat-9999.ebuild +++ b/net-irc/hexchat/hexchat-9999.ebuild @@ -3,8 +3,8 @@ EAPI=7 -LUA_COMPAT=( lua5-{1..4} luajit ) -PYTHON_COMPAT=( python3_{10..11} ) +LUA_COMPAT=( lua5-{1..5} luajit ) +PYTHON_COMPAT=( python3_{10..12} ) inherit lua-single meson mono-env python-single-r1 xdg @@ -17,7 +17,7 @@ if [[ "${PV}" == "9999" ]] ; then SRC_URI="" EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" else - SRC_URI="https://dl.hexchat.net/${PN}/${P}.tar.xz" + 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" fi @@ -60,9 +60,9 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" - dev-util/glib-utils app-arch/xz-utils app-text/iso-codes + dev-util/glib-utils sys-devel/gettext virtual/pkgconfig " |