net-irc/kvirc: Drop support for Python 2.7. Add support for Python 3.8.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Fri, 6 Dec 2019 19:53:45 +0000 (19:53 +0000)
committerMike Gilbert <floppym@gentoo.org>
Fri, 6 Dec 2019 20:24:37 +0000 (15:24 -0500)
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
net-irc/kvirc/kvirc-9999.ebuild

index 46a0772c275885647ca5988c347e8ea58f84f27f..76c8d1a158fd890b774ad7f88dc2c5cbdf64d43d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="7"
 CMAKE_MAKEFILE_GENERATOR="emake"
-PYTHON_COMPAT=(python{2_7,3_6,3_7})
+PYTHON_COMPAT=(python{3_6,3_7,3_8})
 
 inherit cmake-utils flag-o-matic python-single-r1 xdg-utils
 
@@ -20,7 +20,7 @@ else
 fi
 
 DESCRIPTION="Advanced IRC Client"
-HOMEPAGE="http://www.kvirc.net/ https://github.com/kvirc/KVIrc"
+HOMEPAGE="https://www.kvirc.net/ https://github.com/kvirc/KVIrc"
 if [[ "${PV}" == "9999" ]]; then
        SRC_URI=""
 else