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 <ingenarelitems@gmail.com>
This commit is contained in:
ingenarel
2025-10-21 11:06:33 +06:00
parent a2aa2a44f9
commit 6c65de4de5

View File

@@ -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}
"