From 30a2e213173d49cee27cdf193b94c5681be45894 Mon Sep 17 00:00:00 2001 From: "John M. Harris Jr." Date: Tue, 2 Jul 2024 03:16:33 -0700 Subject: [PATCH] dev-python/chevron: Remove whitespace Signed-off-by: John M. Harris Jr. --- dev-python/chevron/chevron-0.13.1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/chevron/chevron-0.13.1.ebuild b/dev-python/chevron/chevron-0.13.1.ebuild index 85b63c1b37..9fa3b68ae8 100644 --- a/dev-python/chevron/chevron-0.13.1.ebuild +++ b/dev-python/chevron/chevron-0.13.1.ebuild @@ -11,11 +11,11 @@ PYPI_NO_NORMALIZE=1 inherit distutils-r1 pypi if [[ "${PV}" == "9999" ]]; then - EGIT_REPO_URI="https://github.com/noahmorrison/${PN}.git" - inherit git-r3 + EGIT_REPO_URI="https://github.com/noahmorrison/${PN}.git" + inherit git-r3 else - SRC_URI="https://github.com/noahmorrison/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="~amd64" + SRC_URI="https://github.com/noahmorrison/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" + KEYWORDS="~amd64" fi DESCRIPTION="A Python implementation of mustache"