From 43da8cac6973afd0fae1f4816e4d4d1d2e2719a0 Mon Sep 17 00:00:00 2001 From: Ryan Fox Date: Sun, 26 Mar 2023 21:14:41 -0700 Subject: [PATCH] dev-libs/mustach: update EAPI 7 -> 8 --- dev-libs/mustach/mustach-9999.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-libs/mustach/mustach-9999.ebuild b/dev-libs/mustach/mustach-9999.ebuild index 76cb91a..a3c5024 100644 --- a/dev-libs/mustach/mustach-9999.ebuild +++ b/dev-libs/mustach/mustach-9999.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -if [[ ${PV} != *9999* ]]; then - SRC_URI="https://gitlab.com/jobol/mustach/-/archive/${PV}/${P}.tar.gz" - KEYWORDS="~amd64" -else +if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/jobol/mustach.git" +else + SRC_URI="https://gitlab.com/jobol/mustach/-/archive/${PV}/${P}.tar.gz" + KEYWORDS="~amd64" fi DESCRIPTION="C implementation of mustache templating"