commit:     4accf37ff688fc89c60634404e54906673b3e143
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 24 03:00:45 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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"

Reply via email to