1
0
Fork 0

dev-libs/mustach: update EAPI 7 -> 8

This commit is contained in:
Ryan Fox 2023-03-26 21:14:41 -07:00
parent 90efc05a5c
commit 43da8cac69
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
1 changed files with 6 additions and 6 deletions

View File

@ -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"