From 4accf37ff688fc89c60634404e54906673b3e143 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 24 Nov 2020 03:00:45 +0000 Subject: sys-apps/bat: minor post-merge tidyups Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James --- sys-apps/bat/bat-0.17.0.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'sys-apps') diff --git a/sys-apps/bat/bat-0.17.0.ebuild b/sys-apps/bat/bat-0.17.0.ebuild index 52b3c81c4e3f..26a87b026b1f 100644 --- a/sys-apps/bat/bat-0.17.0.ebuild +++ b/sys-apps/bat/bat-0.17.0.ebuild @@ -157,26 +157,24 @@ inherit cargo DESCRIPTION="cat(1) clone with syntax highlighting and Git integration" HOMEPAGE="https://github.com/sharkdp/bat" -SRC_URI="https://github.com/sharkdp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz - $(cargo_crate_uris ${CRATES})" +SRC_URI="https://github.com/sharkdp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI+=" $(cargo_crate_uris ${CRATES})" LICENSE="Apache-2.0 Boost-1.0 BSD BSD-2 CC0-1.0 ISC LGPL-3+ MIT Apache-2.0 Unlicense ZLIB" SLOT="0" KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +BDEPEND="virtual/pkgconfig" DEPEND=" >=dev-libs/libgit2-0.99:= dev-libs/oniguruma:= sys-libs/zlib:= " - # >app-backup/bacula-9.2[qt5] has file collisions, #686118 RDEPEND="${DEPEND} !>app-backup/bacula-9.2[qt5] " -BDEPEND="virtual/pkgconfig" - DOCS=( README.md doc/alternatives.md ) QA_FLAGS_IGNORED="/usr/bin/bat" -- cgit v1.2.3-65-gdbad