diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-12-30 00:45:32 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-12-30 00:45:32 +0100 |
commit | b9ac010aea639b147fde2547612fc8d6f4ca084f (patch) | |
tree | afbe82694d710a1db2c825f2d451ddf5abeda87c /app-crypt/manuale | |
parent | app-text/xapian-omega: version bump to 1.4.2 (diff) | |
download | gentoo-b9ac010aea639b147fde2547612fc8d6f4ca084f.tar.gz gentoo-b9ac010aea639b147fde2547612fc8d6f4ca084f.tar.bz2 gentoo-b9ac010aea639b147fde2547612fc8d6f4ca084f.zip |
app-crypt/manuale: Drop python2.7
Gentoo-Bug: #603872
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-crypt/manuale')
-rw-r--r-- | app-crypt/manuale/manuale-1.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/manuale/manuale-1.0.3.ebuild b/app-crypt/manuale/manuale-1.0.3.ebuild index 03cb1054f4b2..518eb51b52b6 100644 --- a/app-crypt/manuale/manuale-1.0.3.ebuild +++ b/app-crypt/manuale/manuale-1.0.3.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python3_4 ) inherit distutils-r1 |