diff --git a/pentoo/pentoo-installer/pentoo-installer-20211021.ebuild b/pentoo/pentoo-installer/pentoo-installer-20220322.ebuild similarity index 100% rename from pentoo/pentoo-installer/pentoo-installer-20211021.ebuild rename to pentoo/pentoo-installer/pentoo-installer-20220322.ebuild diff --git a/pentoo/pentoo-installer/pentoo-installer-99999999.ebuild b/pentoo/pentoo-installer/pentoo-installer-99999999.ebuild index d62f62277..5805a7058 100644 --- a/pentoo/pentoo-installer/pentoo-installer-99999999.ebuild +++ b/pentoo/pentoo-installer/pentoo-installer-99999999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="Installer for pentoo, based on the ncurses Arch Linux installer" HOMEPAGE="https://github.com/pentoo/pentoo-installer" @@ -14,7 +14,7 @@ if [[ "${PV}" == "99999999" ]] ; then EGIT_REPO_URI="https://github.com/pentoo/${PN}.git" else KEYWORDS="~amd64 ~x86" - GIT_COMMIT="6cded57889d9c4ea85a240aa13334e52098458cb" + GIT_COMMIT="3e22ab38b41d3d0369c5afe1079e9693aabe9ad7" SRC_URI="https://github.com/pentoo/pentoo-installer/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${GIT_COMMIT}" fi