commit:     e8ff4ef208078665a605fc128b6afffb206f7a91
Author:     Adrian Schollmeyer <nex+b-g-o <AT> nexadn <DOT> de>
AuthorDate: Thu Feb 29 14:40:08 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Feb 29 16:14:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8ff4ef2

net-irc/hexchat: sync live to 2.16.2

Signed-off-by: Adrian Schollmeyer <nex+b-g-o <AT> nexadn.de>
Closes: https://github.com/gentoo/gentoo/pull/35443
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 net-irc/hexchat/hexchat-9999.ebuild | 8 ++++----
 1 file 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
 "

Reply via email to