summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2020-02-16 12:59:46 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2020-02-16 13:01:42 -0800
commit13f8c47f84ad4b7bc41b658df76f111815aa0d8e (patch)
treefda3b51a0df39752c54e5016794cc5f6504e7080 /sys-apps/bat
parentpackage.mask: mask app-misc/sleepyhead for removal (diff)
downloadgentoo-13f8c47f84ad4b7bc41b658df76f111815aa0d8e.tar.gz
gentoo-13f8c47f84ad4b7bc41b658df76f111815aa0d8e.tar.bz2
gentoo-13f8c47f84ad4b7bc41b658df76f111815aa0d8e.zip
sys-apps/bat: clang required at build time
Closes: https://bugs.gentoo.org/693894 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-apps/bat')
-rw-r--r--sys-apps/bat/bat-0.12.1-r1.ebuild (renamed from sys-apps/bat/bat-0.12.1.ebuild)9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/bat/bat-0.12.1.ebuild b/sys-apps/bat/bat-0.12.1-r1.ebuild
index eb91e0711341..7b6748dd3b80 100644
--- a/sys-apps/bat/bat-0.12.1.ebuild
+++ b/sys-apps/bat/bat-0.12.1-r1.ebuild
@@ -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
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
-# >app-backup/bacula-9.2[qt5] has file collisions, #686118
DEPEND="sys-libs/zlib"
+
+# >app-backup/bacula-9.2[qt5] has file collisions, #686118
RDEPEND="${DEPEND}
- !>app-backup/bacula-9.2[qt5]"
-BDEPEND=">=virtual/rust-1.31.0"
+ !>app-backup/bacula-9.2[qt5]
+"
+
+BDEPEND="sys-devel/clang"
DOCS=( README.md doc/alternatives.md )