diff options
author | Sam James <sam@gentoo.org> | 2020-11-24 03:00:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-24 03:00:50 +0000 |
commit | 4accf37ff688fc89c60634404e54906673b3e143 (patch) | |
tree | 8cc52f1231c88221b48df56981ab67b61f006261 /sys-apps | |
parent | sys-apps/bat: Update to 0.17.0 (diff) | |
download | gentoo-4accf37ff688fc89c60634404e54906673b3e143.tar.gz gentoo-4accf37ff688fc89c60634404e54906673b3e143.tar.bz2 gentoo-4accf37ff688fc89c60634404e54906673b3e143.zip |
sys-apps/bat: minor post-merge tidyups
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/bat/bat-0.17.0.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
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" |