Re: [PATCH] prefix.eclass: support EAPI 9
Sam James <[email protected]>
| Newsgroups | gmane.linux.gentoo.devel |
|---|---|
| Organization | Gentoo |
| Message-ID | <[email protected]> |
Florian Schmaus <[email protected]> writes: > Signed-off-by: Florian Schmaus <[email protected]> Reviewed-by: Sam James <[email protected]> > --- > eclass/prefix.eclass | 6 +++--- > 1 file 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 <[email protected]> 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
signature.asc
(application/pgp-signature, 418 B)
-----BEGIN PGP SIGNATURE----- iQEBBAEWCgCpFiEEJaa7iN2bdkxrVUHCc4QJ9SDfkZAFAmqE2j8bFIAAAAAABAAO bWFudTIsMi41KzEuMTIsMiwyXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25z Lm9wZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQyNUE2QkI4OEREOUI3NjRDNkI1NTQx QzI3Mzg0MDlGNTIwREY5MTkwDxxzYW1AZ2VudG9vLm9yZwAKCRBzhAn1IN+RkE74 AP9/MsA9wq5wxHKXfj7o+IGBoNstX7/qAXYOeXcw7pNg2QD/aDNGqG2pWbhHykxr EqVTV+f+bDzY+75s+yW46CSSQQg= =/VxX -----END PGP SIGNATURE-----