]> git.draconx.ca Git - gentoo-fixes.git/blobdiff - eclass/mozcoreconf-v5.eclass
www-client/firefox: Update firefox-52.9.0 to EAPI 8.
[gentoo-fixes.git] / eclass / mozcoreconf-v5.eclass
index ce0e2a402f2a78cc0188257d8fa5cc5c0628973c..feb7b1ad7a4e7953aa58470120111321996f2d81 100644 (file)
@@ -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
 
 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: