Skip to content

Commit

Permalink
net-irc/kvirc: Drop support for Python 2.7. Add support for Python 3.8.
Browse files Browse the repository at this point in the history
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <[email protected]>
Signed-off-by: Mike Gilbert <[email protected]>
  • Loading branch information
Arfrever Frehtes Taifersar Arahesis authored and floppym committed Dec 6, 2019
1 parent a8a27f1 commit 1eb7b0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net-irc/kvirc/kvirc-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 1eb7b0d

Please sign in to comment.