www-apps/libravatarserv: fix MultipleKeywordsLines

Signed-off-by: tastytea <tastytea@tastytea.de>
This commit is contained in:
tastytea 2022-09-13 07:36:05 +02:00
parent ab385c5b09
commit 7cee099ec4
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 2 additions and 9 deletions

View File

@ -16,15 +16,12 @@ if [[ "${PV}" == "9999" ]]; then
else
SRC_URI="https://schlomp.space/tastytea/libravatarserv/archive/${PV}.tar.gz
-> ${P}.tar.gz"
KEYWORDS="~amd64"
S="${WORKDIR}/${PN}"
fi
LICENSE="GPL-3"
SLOT="0"
if [[ "${PV}" == "9999" ]]; then
KEYWORDS=""
else
KEYWORDS="~amd64"
fi
IUSE=""
RDEPEND="
@ -36,7 +33,3 @@ RDEPEND="
DEPEND="${RDEPEND}"
DOCS=("README.md" "doc/nginx-example.conf")
if [[ "${PV}" != "9999" ]]; then
S="${WORKDIR}/${PN}"
fi