diff --git a/dev-python/hdf5storage/hdf5storage-0.1.18.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.18-r1.ebuild similarity index 94% rename from dev-python/hdf5storage/hdf5storage-0.1.18.ebuild rename to dev-python/hdf5storage/hdf5storage-0.1.18-r1.ebuild index b7166fd..fbd3285 100644 --- a/dev-python/hdf5storage/hdf5storage-0.1.18.ebuild +++ b/dev-python/hdf5storage/hdf5storage-0.1.18-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI="8" -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit distutils-r1 DESCRIPTION="Python library for using HDF5 formatted files"