mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
sys-libs/compiler-rt-sanitizers: Remove redundant cmake dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
inherit check-reqs cmake flag-o-matic llvm llvm.org python-any-r1
|
||||
|
||||
DESCRIPTION="Compiler runtime libraries for clang (sanitizers & xray)"
|
||||
@@ -39,7 +39,6 @@ DEPEND="
|
||||
virtual/libcrypt[abi_x86_32(-)?,abi_x86_64(-)?]
|
||||
"
|
||||
BDEPEND="
|
||||
>=dev-util/cmake-3.16
|
||||
clang? ( sys-devel/clang )
|
||||
elibc_glibc? ( net-libs/libtirpc )
|
||||
test? (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -39,7 +39,6 @@ DEPEND="
|
||||
virtual/libcrypt[abi_x86_32(-)?,abi_x86_64(-)?]
|
||||
"
|
||||
BDEPEND="
|
||||
>=dev-util/cmake-3.16
|
||||
clang? ( sys-devel/clang )
|
||||
elibc_glibc? ( net-libs/libtirpc )
|
||||
test? (
|
||||
|
||||
@@ -39,7 +39,6 @@ DEPEND="
|
||||
virtual/libcrypt[abi_x86_32(-)?,abi_x86_64(-)?]
|
||||
"
|
||||
BDEPEND="
|
||||
>=dev-util/cmake-3.16
|
||||
clang? ( sys-devel/clang )
|
||||
elibc_glibc? ( net-libs/libtirpc )
|
||||
test? (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -38,7 +38,6 @@ DEPEND="
|
||||
virtual/libcrypt[abi_x86_32(-)?,abi_x86_64(-)?]
|
||||
"
|
||||
BDEPEND="
|
||||
>=dev-util/cmake-3.16
|
||||
clang? ( sys-devel/clang )
|
||||
elibc_glibc? ( net-libs/libtirpc )
|
||||
test? (
|
||||
|
||||
@@ -38,7 +38,6 @@ DEPEND="
|
||||
virtual/libcrypt[abi_x86_32(-)?,abi_x86_64(-)?]
|
||||
"
|
||||
BDEPEND="
|
||||
>=dev-util/cmake-3.16
|
||||
clang? ( sys-devel/clang )
|
||||
elibc_glibc? ( net-libs/libtirpc )
|
||||
test? (
|
||||
|
||||
Reference in New Issue
Block a user