summaryrefslogtreecommitdiff
path: root/dev-util/include-what-you-use
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
commitd99093fb4bb5652015c06274d64083daa2439e4f (patch)
treecf61513204d97974179580065e85df5c8009087c /dev-util/include-what-you-use
parent463397cf1e064185110fe57c568d73f99a06f5d1 (diff)
gentoo resync : 03.03.2021
Diffstat (limited to 'dev-util/include-what-you-use')
-rw-r--r--dev-util/include-what-you-use/Manifest2
-rw-r--r--dev-util/include-what-you-use/include-what-you-use-11.0-r1.ebuild (renamed from dev-util/include-what-you-use/include-what-you-use-11.0.ebuild)10
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-util/include-what-you-use/Manifest b/dev-util/include-what-you-use/Manifest
index 4bc2a738a199..2cc67f769254 100644
--- a/dev-util/include-what-you-use/Manifest
+++ b/dev-util/include-what-you-use/Manifest
@@ -1,3 +1,3 @@
DIST include-what-you-use-11.0.tar.gz 603435 BLAKE2B 7bfa37349cc4bf5d07033c28d9d3851f0ce2093f1703a0392ac633ab2761dfdfb7cd923099177747e3389d2d41330351242c6f936399acf73119c201d8776978 SHA512 db15efa9b92015322e9a188be6cf16a5c6fd71271c94fde45245676f2a8f6ffe4c7837e3b0bb5f9be6cbe78aab245129816a3b046c44c261a2b7ab5c3a9ea7b9
-EBUILD include-what-you-use-11.0.ebuild 1268 BLAKE2B e0d782b6fb0a8e769b64a050d85be151150f1f191692aeb5fd0a8276e8f50502b5cbfd33b4d14ae8b56cb26a228cf536acd6c41c731c729cc57ccd9f329c729d SHA512 af6987acf44a85da2b79afdcac60dce83e891a1f07bba2b744619671407887639aa514570ed72076f08900647508db6750c7ceae09b85a24b8f6ecac4b1daff4
+EBUILD include-what-you-use-11.0-r1.ebuild 1305 BLAKE2B 440dc0ee9e0dc6d80ecf6fc595eb84708ec869ee965b5c807d1f6de907022e1e9d4a2aa8639c0ff6b1ddc3cfca911005ec544b9808fa947f850a083d72f480de SHA512 cda337a0a3e081a4bada37501a841ea5380698d7f7839eecd44ed8379a4a25cbde82486cfbc03eec4cc5f30febbf07414543dd9da9986a6dca3ecf9209cb2dca
MISC metadata.xml 357 BLAKE2B f14a0380bab03b4bb916602ed495cf9c29a4ca5839f71dca0d5f4f14eeb5fd0ddaa66dfcb15d94cbeec2a9021a9e5522ef7ae531b5b6f111b769462596da4216 SHA512 03c298d184adee1c8bd96855ba3856dbc6797f6f866397485cc10c3e02956f7bb04811a086e9cf50bbd6f996011d08ca2d272aa4b06f13ee62af5a585f67b492
diff --git a/dev-util/include-what-you-use/include-what-you-use-11.0.ebuild b/dev-util/include-what-you-use/include-what-you-use-11.0-r1.ebuild
index 19caadf0f6ca..dc5b3760f2ca 100644
--- a/dev-util/include-what-you-use/include-what-you-use-11.0.ebuild
+++ b/dev-util/include-what-you-use/include-what-you-use-11.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,8 +20,8 @@ KEYWORDS="~amd64 ~x86"
LLVM_MAX_SLOT=11
-RDEPEND="sys-devel/llvm:${LLVM_MAX_SLOT}
- sys-devel/clang:${LLVM_MAX_SLOT}
+RDEPEND="
+ sys-devel/clang:${LLVM_MAX_SLOT}=
${PYTHON_DEPS}
"
DEPEND="${RDEPEND}"
@@ -30,6 +30,10 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE}
S=${WORKDIR}/${PN}-${UPSTREAM_PV}
+llvm_check_deps() {
+ has_version "sys-devel/clang:${LLVM_SLOT}"
+}
+
pkg_setup() {
llvm_pkg_setup
python-single-r1_pkg_setup