diff options
Diffstat (limited to 'dev-libs/date/date-3.0.1_p20240913.ebuild')
-rw-r--r-- | dev-libs/date/date-3.0.1_p20240913.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/date/date-3.0.1_p20240913.ebuild b/dev-libs/date/date-3.0.1_p20240913.ebuild index 716577c52456..6bc908715f31 100644 --- a/dev-libs/date/date-3.0.1_p20240913.ebuild +++ b/dev-libs/date/date-3.0.1_p20240913.ebuild @@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~arm64" IUSE="only-c-locale test" RESTRICT="!test? ( test )" -BDEPEND="test? ( sys-devel/clang )" # tests call clang++ +BDEPEND="test? ( llvm-core/clang )" # tests call clang++ PATCHES=( "$FILESDIR"/${PN}-3.0.1_p20240913_remove-failing-tests.patch |