summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-11 12:32:06 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-11 12:38:17 +0100
commit7496d487f789e85409df3c333fc74ae8a8abbec9 (patch)
tree1476f9cca2cfd04cc5f326876a1dd1b6b47e3d14
parentapp-shells/powerline: Remove py2 (diff)
downloadgentoo-7496d487.tar.gz
gentoo-7496d487.tar.bz2
gentoo-7496d487.zip
app-text/doconce: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--app-text/doconce/doconce-1.4.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/doconce/doconce-1.4.4.ebuild b/app-text/doconce/doconce-1.4.4.ebuild
index 60871bec2190..44c6bb34b507 100644
--- a/app-text/doconce/doconce-1.4.4.ebuild
+++ b/app-text/doconce/doconce-1.4.4.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
DESCRIPTION="A markdown-like langauge to generate docs in html, LaTeX, and many other formats"