commit: 6c65de4de5efb7ccd3bf574195fc350105090318
Author: ingenarel <ingenarelitems <AT> gmail <DOT> com>
AuthorDate: Tue Oct 21 05:06:33 2025 +0000
Commit: Saad Abdullah <ingenarelitems <AT> gmail <DOT> com>
CommitDate: Tue Oct 21 05:06:33 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c65de4d
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 <AT> gmail.com>
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}
"