And regenerate the manifest with:
$ ebuild timebook-9999.ebuild manifest
-EBUILD timebook-9999.ebuild 770 RMD160 8058b17494986bf9051d15479bf5f213b95d6391 SHA1 f6f0b91e672e22039daf6d32573d3d983e23a966 SHA256 7356c5e7c73689d55184091cd246f0081e9af1aae27b93663dde42bb89f989d3
-MISC metadata.xml 247 RMD160 6735f3a5dd2d7a2b70589d1693f35d54291b7147 SHA1 c015969fe50967340dd050a44cb9f8a30b5e34a5 SHA256 9e65060e5f9d0a50d28c7a69d9c27fed6c3037fdd3e420cc276627fde2794f72
+EBUILD timebook-9999.ebuild 730 BLAKE2B 320078c3e2c280e075b39beec4a9e69a35b2d2f3e28e3758f3af6f13d541a5470585b8afd26ef7b2aa73b487ca60fd4edd50021a608fe0da9372984d98c1d9d4 SHA512 62b81450eb3ce392412a27ae429d42f0af16e8e6f9617e167c28070a6fc6055c87deabe1427d3c1ab4adf7d779f23c1f0fb7b423f4875070903a8a37f0e085c1
+MISC metadata.xml 247 BLAKE2B 598a5b197748d29196ef37f6a0ba291b6ca1dff6f1506896b97cb8efca192ceb00cee2da6f9aebe808eb86a9e0a0c3be4580f7bdb0b597c386cb7937abc42779 SHA512 93784fa413a106d1e9f9c97a86c25634d983abf96b57d282bf4acc091d98c6ef32d2525aeb13f68e163c13a5daaa97258cd53c76f5ffe717f5c0dad5956fba6c
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="4"
+EAPI="6"
+PYTHON_COMPAT=( python2_7 )
-PYTHON_DEPEND="2:2.7"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit eutils distutils
+inherit eutils distutils-r1
if [[ ${PV} == "9999" ]] ; then
inherit mercurial
}
src_install() {
- distutils_src_install
+ distutils-r1_src_install
dodoc README
}