Merge pull request #360 from antonfischl1980/www-apps/icingaweb2-module-director-1.11.1

[ stabilise ] www-apps/icingaweb2-module-director-1.11.1
This commit is contained in:
antonfischl1980 2024-03-19 05:42:13 +01:00 committed by GitHub
commit e1a1727a62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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