1
0
Fork 0

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

This commit is contained in:
Ryan Fox 2023-04-03 01:31:02 -07:00
parent dfd44a3e48
commit 13e4c5d3be
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
1 changed files with 7 additions and 7 deletions

View File

@ -1,16 +1,16 @@
# Copyright 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://github.com/google/${PN}/archive/${P}.tar.gz -> ${P}.tar.gz"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/google/streamhtmlparser.git"
else
SRC_URI="https://github.com/google/${PN}/archive/${P}.tar.gz"
KEYWORDS="~amd64"
MY_P=${PN}-${P}
S="${WORKDIR}/${MY_P}"
else
inherit git-r3
EGIT_REPO_URI="https://github.com/google/streamhtmlparser.git"
fi
DESCRIPTION="Scan an HTML stream and provide context"