From 6c65de4de5efb7ccd3bf574195fc350105090318 Mon Sep 17 00:00:00 2001 From: ingenarel Date: Tue, 21 Oct 2025 11:06:33 +0600 Subject: [PATCH] app-misc/pastel: remove leading whitespaces fixes the following pkgcheck warnings: app-misc/pastel WhitespaceFound: version 9999: ebuild has leading whitespace on lines: 17, 19 Signed-off-by: ingenarel --- app-misc/pastel/pastel-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/pastel/pastel-9999.ebuild b/app-misc/pastel/pastel-9999.ebuild index 5d81e3e258..2bb4726f67 100644 --- a/app-misc/pastel/pastel-9999.ebuild +++ b/app-misc/pastel/pastel-9999.ebuild @@ -14,9 +14,9 @@ LICENSE+=" Apache-2.0 MIT Unicode-DFS-2016" SLOT="0" if [[ ${PV} == *9999* ]]; then inherit git-r3 - EGIT_REPO_URI="https://github.com/sharkdp/${PN}.git" + EGIT_REPO_URI="https://github.com/sharkdp/${PN}.git" else - SRC_URI=" + SRC_URI=" https://github.com/sharkdp/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz ${CARGO_CRATE_URIS} "