Re: [PATCH] prefix.eclass: support EAPI 9
Fabian Groffen <[email protected]>
| Newsgroups | gmane.linux.gentoo.devel |
|---|---|
| Organization | Gentoo Foundation, Inc. |
| Message-ID | <[email protected]> |
On 18-08-2026 20:50:45 +0200, Florian Schmaus wrote: > Signed-off-by: Florian Schmaus <[email protected]> Reviewed-by: Fabian Groffen <[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 > > -- > 2.54.0 > > -- Fabian Groffen 80C6 A09A 8D33 302C 1D2C Gentoo on a different level 06A9 3DC1 26BC 457C 8490
signature.asc
(application/pgp-signature, 525 B)
-----BEGIN PGP SIGNATURE----- iQFPBAABCgA5FiEELUvHd/Gtp7LaU1vuzpXahU5EQpMFAmqFULkbFIAAAAAABAAO bWFudTIsMi41KzEuMTIsMCwzAAoJEM6V2oVOREKT9CQH/ROxrpKQjjgErvVIr+Pg KB7TY2VirbSfkOK7mGTXowvKKwylnedoj6W2Slb2cH1zxmFa4NlohqqwbPFqOLUt YaH3oAtkOT31aR1VDD+EXEWAW8Ho9fJy4QsrQ2cP6NzSNRETwHY13812dNQ6eZK9 XEWKP6T7qJgmi35bTw77PhFXXBUKWqQDP0qK6YBWuJdleOa0a4x/0HatV9bgRpwJ knj+UEHkWnkuU79CD8GYSle778hkmB00iVXr+z+zTCbmXL0ywbyEDGPgIsvZvMkq stcb2GxJL+fxzgU/lgjtQUIxVkXQwgHAqCCPHqGeuispwL5rt1Z+SKJ2CmsvKhjD 3WM= =DwAz -----END PGP SIGNATURE-----