X-Git-Url: https://git.draconx.ca/gitweb/gentoo-fixes.git/blobdiff_plain/60c3e4c1c8663d72b4f24a74b7f1dae24d226ac7..157fa9c3e4a987416eb85205c632d8220b00c4d1:/eclass/mozcoreconf-v5.eclass diff --git a/eclass/mozcoreconf-v5.eclass b/eclass/mozcoreconf-v5.eclass index ce0e2a4..feb7b1a 100644 --- a/eclass/mozcoreconf-v5.eclass +++ b/eclass/mozcoreconf-v5.eclass @@ -7,6 +7,8 @@ # The modifications are: # # * Avoid python eclasses which no longer support python2 (2022-12) +# * Remove versionator inherit which seems unused (2023-04) +# * Update to EAPI 8 (2023-04) # # @DEAD # @ECLASS: mozcoreconf-v5.eclass @@ -24,12 +26,12 @@ if [[ ! ${_MOZCORECONF} ]]; then -inherit multilib toolchain-funcs flag-o-matic versionator +inherit multilib toolchain-funcs flag-o-matic IUSE="${IUSE} custom-cflags custom-optimization" -DEPEND="virtual/pkgconfig - dev-lang/python:2.7[ncurses,sqlite,ssl,threads(+)]" +BDEPEND="dev-lang/python:2.7[ncurses,sqlite,ssl,threads(+)] + virtual/pkgconfig" # @FUNCTION: mozconfig_annotate # @DESCRIPTION: