commit:     a9d839cd446a33841bf0acb9ae5d3db2bf5cf5bc
Author:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> 
de>
AuthorDate: Fri Dec 30 16:44:20 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jan  3 18:08:52 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a9d839cd

sys-cluster/modules: update EAPI 7 -> 8

Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
Closes: https://github.com/gentoo/sci/pull/1189
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sys-cluster/modules/metadata.xml            | 2 ++
 sys-cluster/modules/modules-4.6.0-r1.ebuild | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/sys-cluster/modules/metadata.xml b/sys-cluster/modules/metadata.xml
index a67a56343..4842f7c2c 100644
--- a/sys-cluster/modules/metadata.xml
+++ b/sys-cluster/modules/metadata.xml
@@ -18,6 +18,8 @@
        </longdescription>
        <upstream>
                <remote-id type="sourceforge">modules</remote-id>
+               <remote-id type="github">cea-hpc/modules</remote-id>
+               <bugs-to>https://github.com/cea-hpc/modules/issues</bugs-to>
        </upstream>
        <use>
                <flag name="compat">Build Modules version 3 compat 
support</flag>

diff --git a/sys-cluster/modules/modules-4.6.0-r1.ebuild 
b/sys-cluster/modules/modules-4.6.0-r1.ebuild
index c7450c636..c6ecedf73 100644
--- a/sys-cluster/modules/modules-4.6.0-r1.ebuild
+++ b/sys-cluster/modules/modules-4.6.0-r1.ebuild
@@ -1,9 +1,9 @@
 # Copyright 2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit autotools python-single-r1
 
@@ -27,7 +27,7 @@ DEPEND="
 # lmod is strong blocked since both want to install a module binary
 RDEPEND="
        ${DEPEND}
-       !!sys-cluster/lmod
+       !sys-cluster/lmod
 "
 BDEPEND="
        test? ( dev-util/dejagnu )

Reply via email to