commit: dc374fc3ba753a3335a27026184a17afb493b5b6 Author: zyxhere💠<zyx <AT> envs <DOT> net> AuthorDate: Sat Jan 31 05:17:58 2026 +0000 Commit: zyxhere <zyx <AT> envs <DOT> net> CommitDate: Sat Jan 31 05:18:42 2026 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc374fc3
www-apps/zola: stylistic changes Signed-off-by: zyxhere💠<zyx <AT> envs.net> www-apps/zola/zola-0.22.1.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/www-apps/zola/zola-0.22.1.ebuild b/www-apps/zola/zola-0.22.1.ebuild index fc63c4879e..b4cddada0c 100644 --- a/www-apps/zola/zola-0.22.1.ebuild +++ b/www-apps/zola/zola-0.22.1.ebuild @@ -612,7 +612,8 @@ inherit cargo DESCRIPTION="A fast static site generator with everything built-in" HOMEPAGE="https://www.getzola.org" -SRC_URI="https://github.com/getzola/zola/archive/refs/tags/v${PV}.tar.gz +SRC_URI=" + https://github.com/getzola/zola/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz ${CARGO_CRATE_URIS} " @@ -628,9 +629,7 @@ LICENSE+=" SLOT="0" KEYWORDS="~amd64" -RDEPEND=" - dev-libs/oniguruma -" +RDEPEND="dev-libs/oniguruma" DEPEND="${RDEPEND}" QA_FLAGS_IGNORED="usr/bin/${PN}" @@ -638,7 +637,7 @@ QA_FLAGS_IGNORED="usr/bin/${PN}" src_prepare() { default # Upstream enables stripping on rel and disables debuginfo on dev - sed -i -e 's:profile:ignore:' Cargo.toml + sed -i 's:profile:ignore:' Cargo.toml } src_configure() {
