commit: 30a2e213173d49cee27cdf193b94c5681be45894
Author: John M. Harris Jr. <johnmh <AT> johnmh <DOT> me>
AuthorDate: Tue Jul 2 10:16:33 2024 +0000
Commit: John M. Harris, Jr. <johnmh <AT> johnmh <DOT> me>
CommitDate: Tue Jul 2 10:16:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=30a2e213
dev-python/chevron: Remove whitespace
Signed-off-by: John M. Harris Jr. <johnmh <AT> johnmh.me>
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 85b63c1b3..9fa3b68ae 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"