www-apps/icingaweb2-module-incubator-0.22.0: mark stable

This commit is contained in:
antonfischl1980 2024-03-15 10:29:13 +00:00 committed by github-actions[bot]
parent 6f29a23994
commit b5b5c17dfb
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ if [[ "${PV}" == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/Icinga/${PN}.git"
else
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
SRC_URI="https://codeload.github.com/Icinga/${PN}/tar.gz/v${PV} -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${PV}"
fi