commit: e56016e0213dadc48793b2b0e23cf287362c0b4f Author: John M. Harris Jr. <johnmh <AT> johnmh <DOT> me> AuthorDate: Mon Jul 1 22:29:15 2024 +0000 Commit: John M. Harris, Jr. <johnmh <AT> johnmh <DOT> me> CommitDate: Mon Jul 1 22:29:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/user/johnmh.git/commit/?id=e56016e0
dev-libs/hyprlang: remove leading whitespace, 9999 Signed-off-by: John M. Harris Jr. <johnmh <AT> johnmh.me> dev-libs/hyprlang/hyprlang-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/hyprlang/hyprlang-9999.ebuild b/dev-libs/hyprlang/hyprlang-9999.ebuild index d40ea2a..5222f64 100644 --- a/dev-libs/hyprlang/hyprlang-9999.ebuild +++ b/dev-libs/hyprlang/hyprlang-9999.ebuild @@ -10,11 +10,11 @@ DESCRIPTION="Official implementation library for the hypr config language" HOMEPAGE="https://github.com/hyprwm/hyprlang" if [[ "${PV}" = *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git" + inherit git-r3 + EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git" else - SRC_URI="https://github.com/hyprwm/${PN^}/releases/download/v${PV}/source-v${PV}.tar.gz -> ${P}.gh.tar.gz" - S="${WORKDIR}/${PN}-source" + SRC_URI="https://github.com/hyprwm/${PN^}/releases/download/v${PV}/source-v${PV}.tar.gz -> ${P}.gh.tar.gz" + S="${WORKDIR}/${PN}-source" fi LICENSE="GPL-3"
