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 63D9A138350 for ; Sun, 16 Feb 2020 21:01:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A42A6E086B; Sun, 16 Feb 2020 21:01:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 870D5E086B for ; Sun, 16 Feb 2020 21:01:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B6C9734EB73 for ; Sun, 16 Feb 2020 21:01:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F62B10C for ; Sun, 16 Feb 2020 21:01:53 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1581886902.13f8c47f84ad4b7bc41b658df76f111815aa0d8e.gyakovlev@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.12.1-r1.ebuild sys-apps/bat/bat-0.12.1.ebuild X-VCS-Directories: sys-apps/bat/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 13f8c47f84ad4b7bc41b658df76f111815aa0d8e X-VCS-Branch: master Date: Sun, 16 Feb 2020 21:01:53 +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: 87875a25-995a-42ed-af94-77d8ffc1e89c X-Archives-Hash: bb84899c31f34db3ed8129a75344968e commit: 13f8c47f84ad4b7bc41b658df76f111815aa0d8e Author: Georgy Yakovlev gentoo org> AuthorDate: Sun Feb 16 20:59:46 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sun Feb 16 21:01:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13f8c47f 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 gentoo.org> sys-apps/bat/{bat-0.12.1.ebuild => bat-0.12.1-r1.ebuild} | 9 ++++++--- 1 file 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 similarity index 98% rename from sys-apps/bat/bat-0.12.1.ebuild rename to sys-apps/bat/bat-0.12.1-r1.ebuild index eb91e071134..7b6748dd3b8 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 )