From b4ecb76491a8a2fa0b1aa90c6b184f9937dcdce8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Fri, 5 Mar 2021 00:13:41 -0300 Subject: [PATCH] aspell: 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/aspell/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/aspell/template b/srcpkgs/aspell/template index f58c1832b9..58b8208a11 100644 --- a/srcpkgs/aspell/template +++ b/srcpkgs/aspell/template @@ -1,7 +1,7 @@ # Template file for 'aspell' pkgname=aspell version=0.60.8 -revision=3 +revision=4 build_style=gnu-configure # we need to force aspell to use /usr/lib for data for two reasons: # - in multilib systems, it should use the native dicts instead of requiring @@ -38,7 +38,7 @@ libaspell_package() { } aspell-devel_package() { - depends="ncurses-devel libstdc++-devel aspell>=${version}_${revision}" + depends="ncurses-devel aspell>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include