From c7330b67e3a39b42ee10d47b11276a100af47f52 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Thu, 24 Feb 2022 12:52:37 +0500 Subject: [PATCH] dev-vcs/lazygit: update LICENSE, deselect tests Signed-off-by: Anna (cybertailor) Vyalkova --- dev-vcs/lazygit/lazygit-0.33.ebuild | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/dev-vcs/lazygit/lazygit-0.33.ebuild b/dev-vcs/lazygit/lazygit-0.33.ebuild index 7ec69e16b6..ed1a6769b0 100644 --- a/dev-vcs/lazygit/lazygit-0.33.ebuild +++ b/dev-vcs/lazygit/lazygit-0.33.ebuild @@ -9,17 +9,21 @@ DESCRIPTION="Simple terminal UI for git commands" HOMEPAGE="https://github.com/jesseduffield/lazygit" SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" +LICENSE="Apache-2.0 BSD ISC MIT Unlicense" SLOT="0" KEYWORDS="~amd64" -# TestCanDeactivatePopupContextsWithoutViews fails -RESTRICT="test" - RDEPEND="dev-vcs/git" DOCS=( {CODE-OF-CONDUCT,CONTRIBUTING,README}.md docs ) +src_prepare() { + default + + # remove failing tests + rm pkg/gui/*_test.go || die +} + src_compile() { go build -o bin/lazygit || die }