stefantalpalaru / gentoo-overlay

Gentoo overlay
GNU General Public License v2.0
43 stars 11 forks source link

Deprecated EAPI chardet #113

Closed latot closed 1 year ago

latot commented 1 year ago

Hi!, uchardet is using an old eapi:

 | * ERROR: dev-python/chardet-3.0.4-r3::stefantalpalaru failed (depend phase):
 *   python-r1: EAPI 6 not supported
 * 
 * Call stack:
 *                 ebuild.sh, line 628:  Called source '/var/db/repos/stefantalpalaru/dev-python/chardet/chardet-3.0.4-r3.ebuild'
 *   chardet-3.0.4-r3.ebuild, line   8:  Called inherit 'distutils-r1'
 *                 ebuild.sh, line 308:  Called __qa_source '/var/db/repos/stefantalpalaru/eclass/distutils-r1.eclass'
 \ *                 ebuild.sh, line 123:  Called source '/var/db/repos/stefantalpalaru/eclass/distutils-r1.eclass'
 *       distutils-r1.eclass, line 187:  Called inherit 'python-r1'
 *                 ebuild.sh, line 308:  Called __qa_source '/usr/portage/eclass/python-r1.eclass'
 *                 ebuild.sh, line 123:  Called source '/usr/portage/eclass/python-r1.eclass'
 *          python-r1.eclass, line  35:  Called die
 * The specific snippet of code:
 *      *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
 * 
 * If you need support, post the output of `emerge --info '=dev-python/chardet-3.0.4-r3::stefantalpalaru'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/chardet-3.0.4-r3::stefantalpalaru'`.
 * Working directory: '/usr/lib/python3.10/site-packages'
 * S: '/var/tmp/portage/dev-python/chardet-3.0.4-r3/work/chardet-3.0.4'

Thx!

stefantalpalaru commented 1 year ago

Fixed. Thanks for the report!