aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2024-04-13 21:15:28 -0400
committerJulien Roy <julien@jroy.ca>2024-04-13 21:15:28 -0400
commitcc7a5d3a25d6d629a642766f30f863f3407e24cb (patch)
treec8d83794af266e19b6b26c026a96b5d5729f5b17
parentdev-python/yams: enable py3.12, use PEP517 (diff)
downloadguru-cc7a5d3a.tar.gz
guru-cc7a5d3a.tar.bz2
guru-cc7a5d3a.zip
net-libs/telepathy-haze: update HOMEPAGE
Closes: https://bugs.gentoo.org/897636 Signed-off-by: Julien Roy <julien@jroy.ca>
-rw-r--r--net-libs/telepathy-haze/telepathy-haze-0.8.1.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/telepathy-haze/telepathy-haze-0.8.1.ebuild b/net-libs/telepathy-haze/telepathy-haze-0.8.1.ebuild
index 6e80d232a..ce065a1dc 100644
--- a/net-libs/telepathy-haze/telepathy-haze-0.8.1.ebuild
+++ b/net-libs/telepathy-haze/telepathy-haze-0.8.1.ebuild
@@ -1,14 +1,17 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..12} )
inherit python-any-r1
DESCRIPTION="Telepathy connection manager providing libpurple supported protocols"
-HOMEPAGE="https://telepathy.freedesktop.org https://developer.pidgin.im/wiki/TelepathyHaze"
+HOMEPAGE="
+ https://telepathy.freedesktop.org
+ https://developer.pidgin.im/wiki/TelepathyHaze
+"
SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
LICENSE="GPL-2"