diff options
author | Andrey Grozin <grozin@gentoo.org> | 2017-02-28 20:18:15 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2017-02-28 20:18:51 +0700 |
commit | d71405e01d262516e622ddd6fe751a5b07e47382 (patch) | |
tree | 236dd25d9a4cf7ecc62ba81e7c77846c5f991216 /dev-python/curtsies | |
parent | mail-client/mutt: add links to used sources for code and patches (diff) | |
download | gentoo-d71405e01d262516e622ddd6fe751a5b07e47382.tar.gz gentoo-d71405e01d262516e622ddd6fe751a5b07e47382.tar.bz2 gentoo-d71405e01d262516e622ddd6fe751a5b07e47382.zip |
dev-python/curtsies: python3_6 added
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/curtsies')
-rw-r--r-- | dev-python/curtsies/curtsies-0.2.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/curtsies/curtsies-0.2.11.ebuild b/dev-python/curtsies/curtsies-0.2.11.ebuild index f9866fb58694..baa293dc1ba9 100644 --- a/dev-python/curtsies/curtsies-0.2.11.ebuild +++ b/dev-python/curtsies/curtsies-0.2.11.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ +# $Id: f9866fb5869436802aed11c6e43115f86155875c $ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 |