commit: fd881c149c02246e43f283eabc62d897501387ef
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Sep 26 09:25:00 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Sep 26 09:25:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fd881c14
dev-python/i3ipc: drop py2_7
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/i3ipc/i3ipc-2.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/i3ipc/i3ipc-2.2.1.ebuild
b/dev-python/i3ipc/i3ipc-2.2.1.ebuild
index 8913f660..68fd9417 100644
--- a/dev-python/i3ipc/i3ipc-2.2.1.ebuild
+++ b/dev-python/i3ipc/i3ipc-2.2.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1
DESCRIPTION="An improved Python library to control i3wm and sway."