Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/bat/
Date: Sun, 16 Feb 2020 21:01:56
Message-Id: 1581886902.13f8c47f84ad4b7bc41b658df76f111815aa0d8e.gyakovlev@gentoo
1 commit: 13f8c47f84ad4b7bc41b658df76f111815aa0d8e
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 16 20:59:46 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 16 21:01:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13f8c47f
7
8 sys-apps/bat: clang required at build time
9
10 Closes: https://bugs.gentoo.org/693894
11 Package-Manager: Portage-2.3.89, Repoman-2.3.20
12 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
13
14 sys-apps/bat/{bat-0.12.1.ebuild => bat-0.12.1-r1.ebuild} | 9 ++++++---
15 1 file changed, 6 insertions(+), 3 deletions(-)
16
17 diff --git a/sys-apps/bat/bat-0.12.1.ebuild b/sys-apps/bat/bat-0.12.1-r1.ebuild
18 similarity index 98%
19 rename from sys-apps/bat/bat-0.12.1.ebuild
20 rename to sys-apps/bat/bat-0.12.1-r1.ebuild
21 index eb91e071134..7b6748dd3b8 100644
22 --- a/sys-apps/bat/bat-0.12.1.ebuild
23 +++ b/sys-apps/bat/bat-0.12.1-r1.ebuild
24 @@ -157,11 +157,14 @@ LICENSE="Apache-2.0 Boost-1.0 BSD BSD-2 CC0-1.0 ISC LGPL-3+ MIT Apache-2.0 Unlic
25 SLOT="0"
26 KEYWORDS="~amd64 ~ppc64 ~x86"
27
28 -# >app-backup/bacula-9.2[qt5] has file collisions, #686118
29 DEPEND="sys-libs/zlib"
30 +
31 +# >app-backup/bacula-9.2[qt5] has file collisions, #686118
32 RDEPEND="${DEPEND}
33 - !>app-backup/bacula-9.2[qt5]"
34 -BDEPEND=">=virtual/rust-1.31.0"
35 + !>app-backup/bacula-9.2[qt5]
36 +"
37 +
38 +BDEPEND="sys-devel/clang"
39
40 DOCS=( README.md doc/alternatives.md )