dev-python/libkeepass: add python-3.5 compat

This commit is contained in:
Anton Schubert 2017-12-06 00:41:14 +01:00
parent c4b8446431
commit 9d8458fe6c
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_4 )
PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
inherit distutils-r1
DESCRIPTION="A library to access KeePass 1.x/KeePassX (v3) and KeePass 2.x (v4) files"