--- slowaes-0.1.ebuild 2012-09-16 22:24:22.000000000 +0200 +++ slowaes-0.1-r1.ebuild 2013-08-17 23:38:02.595000000 +0200 @@ -2,12 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/slowaes/slowaes-0.1.ebuild,v 1.1 2012/09/16 20:24:22 blueness Exp $ -EAPI="4" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +EAPI=5 -inherit distutils +PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 ) + +inherit distutils-r1 MY_P=${P}a1 DESCRIPTION="AES implementation in pure Python"