open-eid / gentoo

Gentoo ebuild (community provided)
10 stars 14 forks source link

www-plugins/firefox-pkcs11-loader-3.13.6::esteid mozextension: EAPI 7 not supported #55

Open lkraav opened 1 year ago

lkraav commented 1 year ago

What's the appropriate move here, who knows?

jaakristioja commented 1 year ago

Having read this guide it seems that we need do nothing else but to bump the EAPI, i.e.

--- www-plugins/firefox-pkcs11-loader/firefox-pkcs11-loader-3.13.6.ebuild 2020-07-17 11:55:14.704119643 +0300
+++ www-plugins/firefox-pkcs11-loader/firefox-pkcs11-loader-3.13.6.ebuild 2022-12-28 23:00:34.555913896 +0200
@@ -1,7 +1,7 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2

-EAPI="7"
+EAPI="8"

 inherit mozextension multilib
mattiasMerilai commented 1 year ago

https://github.com/open-eid/gentoo/pull/56

jaakristioja commented 1 year ago

As #56 has long been merged, I suppose this issue can now be closed as fixed?