diff options
| author | root <root@alpha.trunkmasters.com> | 2026-08-21 19:49:14 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-08-21 19:49:14 -0500 |
| commit | e96e88fa0d43a67ac8a6eda8bc6819000d1604f4 (patch) | |
| tree | 60e8906df2f4fcee674fd28f7c16c33fee5dc1b9 /eclass | |
| parent | c9507d3d8ce89d8bdf4e6a04c8c7511523082acc (diff) | |
| download | baldeagleos-repo-e96e88fa0d43a67ac8a6eda8bc6819000d1604f4.tar.gz baldeagleos-repo-e96e88fa0d43a67ac8a6eda8bc6819000d1604f4.tar.xz baldeagleos-repo-e96e88fa0d43a67ac8a6eda8bc6819000d1604f4.zip | |
Adding metadata
Diffstat (limited to 'eclass')
| -rw-r--r-- | eclass/prefix.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/prefix.eclass b/eclass/prefix.eclass index 078f483c6c2b..7a1e5714112b 100644 --- a/eclass/prefix.eclass +++ b/eclass/prefix.eclass @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: prefix.eclass # @MAINTAINER: # Feel free to contact the Prefix team through <prefix@gentoo.org> if # you have problems, suggestions or questions. -# @SUPPORTED_EAPIS: 7 8 +# @SUPPORTED_EAPIS: 7 8 9 # @BLURB: Eclass to provide Prefix functionality # @DESCRIPTION: # Gentoo Prefix allows users to install into a self defined offset @@ -16,7 +16,7 @@ if [[ -z ${_PREFIX_ECLASS} ]]; then _PREFIX_ECLASS=1 case ${EAPI} in - 7|8) ;; + 7|8|9) ;; *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac |
