www-apps/davical: reorder variables (pkgcheck warning)

Closes: https://github.com/gentoo/gentoo/pull/39448
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
Michael Orlitzky
2025-03-16 21:22:22 -04:00
parent 959452e23b
commit 72eecaa030

View File

@@ -8,7 +8,7 @@ inherit optfeature webapp
DESCRIPTION="A CalDAV and CardDAV Server"
HOMEPAGE="https://www.davical.org/"
SRC_URI="https://www.davical.org/downloads/${PN}_${PV}.orig.tar.xz -> ${P}.tar.xz"
S="${WORKDIR}"
LICENSE="GPL-2 GPL-2+ GPL-3+ LGPL-2.1+ LGPL-3+"
KEYWORDS="~amd64 ~x86"
@@ -32,8 +32,6 @@ RDEPEND="app-admin/pwgen
need_httpd
S="${WORKDIR}"
src_compile() {
emake built-locale
}