mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
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:
@@ -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}
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user