From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 382AA138359 for ; Tue, 24 Nov 2020 03:00:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F6D0E0828; Tue, 24 Nov 2020 03:00:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41915E0828 for ; Tue, 24 Nov 2020 03:00:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CDA5F335C56 for ; Tue, 24 Nov 2020 03:00:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50AC6464 for ; Tue, 24 Nov 2020 03:00:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1606186850.4accf37ff688fc89c60634404e54906673b3e143.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/bat/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/bat/bat-0.17.0.ebuild X-VCS-Directories: sys-apps/bat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4accf37ff688fc89c60634404e54906673b3e143 X-VCS-Branch: master Date: Tue, 24 Nov 2020 03:00:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c247e9e0-ca54-470c-8da7-04b058691182 X-Archives-Hash: 2622ca1980df6a91228c473eb16ba303 commit: 4accf37ff688fc89c60634404e54906673b3e143 Author: Sam James gentoo org> AuthorDate: Tue Nov 24 03:00:45 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 24 03:00:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4accf37f sys-apps/bat: minor post-merge tidyups Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> sys-apps/bat/bat-0.17.0.ebuild | 8 +++----- 1 file 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 52b3c81c4e3..26a87b026b1 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"