commit: 72eecaa030fbf729eb548604a4448e6db45fdb91 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Mon Mar 17 01:22:22 2025 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Mon Mar 17 01:44:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72eecaa0
www-apps/davical: reorder variables (pkgcheck warning) Closes: https://github.com/gentoo/gentoo/pull/39448 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> www-apps/davical/davical-1.1.12-r1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/www-apps/davical/davical-1.1.12-r1.ebuild b/www-apps/davical/davical-1.1.12-r1.ebuild index 4b3c1644f2db..fab36e361f88 100644 --- a/www-apps/davical/davical-1.1.12-r1.ebuild +++ b/www-apps/davical/davical-1.1.12-r1.ebuild @@ -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 }
