overlay sys-auth/google-oslogin: Bump to EAPI 8

The pam eclass dropped support for EAPI 6, so to avoid build failures,
bump the EAPI to the latest supported version in the
sys-auth/google-oslogin ebuild..
This commit is contained in:
Krzesimir Nowak 2023-08-09 08:22:01 +02:00
parent 6de65dee02
commit c2dba90278

View File

@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation # Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=6 EAPI=8
DESCRIPTION="Components to support Google Cloud OS Login. This contains bits that belong in USR" DESCRIPTION="Components to support Google Cloud OS Login. This contains bits that belong in USR"
HOMEPAGE="https://github.com/GoogleCloudPlatform/guest-oslogin" HOMEPAGE="https://github.com/GoogleCloudPlatform/guest-oslogin"