From 9636b96d90105ea51fefa7d246fe6b75df72c5d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Fri, 5 Mar 2021 00:15:28 -0300 Subject: [PATCH] icu: remove libstdc++-devel from depends. Both compiler packages depend on it already, and its presence makes it easy to accidentally create build cycles by putting gcc in the dependency path when it shouldn't be. --- srcpkgs/icu/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/icu/template b/srcpkgs/icu/template index 69f3a83367..261c8ea7fd 100644 --- a/srcpkgs/icu/template +++ b/srcpkgs/icu/template @@ -3,7 +3,7 @@ # next soname bump. pkgname=icu version=67.1 -revision=1 +revision=2 wrksrc=icu build_wrksrc=source build_style=gnu-configure @@ -92,7 +92,7 @@ post_install() { } icu-devel_package() { - depends="libstdc++-devel icu-libs>=${version}_${revision}" + depends="icu-libs>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include