diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-17 13:28:04 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-17 13:28:04 +0200 |
commit | 69edc0f579a4c60025ca5a9622a7a41839b8066d (patch) | |
tree | abb8f011424adc6ac9fbfe0ab913a7116b17de5d /app-text/krop | |
parent | app-text/krop: Remove old (diff) | |
download | gentoo-69edc0f579a4c60025ca5a9622a7a41839b8066d.tar.gz gentoo-69edc0f579a4c60025ca5a9622a7a41839b8066d.tar.bz2 gentoo-69edc0f579a4c60025ca5a9622a7a41839b8066d.zip |
app-text/krop: Add python3_{5,6}
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-text/krop')
-rw-r--r-- | app-text/krop/krop-0.4.11.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/krop/krop-0.4.11.ebuild b/app-text/krop/krop-0.4.11.ebuild index 738e936dcd4b..a4a95ac16ae7 100644 --- a/app-text/krop/krop-0.4.11.ebuild +++ b/app-text/krop/krop-0.4.11.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) +EAPI=6 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit eutils distutils-r1 |