From a5e16a7936e8fded54e9569fdb30e125beebfb98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Fri, 5 Mar 2021 00:10:37 -0300 Subject: [PATCH] hunspell: 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/hunspell/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hunspell/template b/srcpkgs/hunspell/template index 46da84a580e..929f4b1893e 100644 --- a/srcpkgs/hunspell/template +++ b/srcpkgs/hunspell/template @@ -1,7 +1,7 @@ # Template file for 'hunspell' pkgname=hunspell version=1.7.0 -revision=2 +revision=3 build_style=gnu-configure configure_args="--with-ui" hostmakedepends="automake bison libtool pkg-config" @@ -25,7 +25,7 @@ libhunspell1.7_package() { } hunspell-devel_package() { - depends="libstdc++-devel ncurses-devel lib${sourcepkg}1.7>=${version}_${revision}" + depends="ncurses-devel lib${sourcepkg}1.7>=${version}_${revision}" short_desc+=" - development files" pkg_install() { # Provides symlinks that don't have versions before the .so and .a parts