From 5635bd3322e542f678753db0cec51179c4fea42a Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 10 Apr 2020 09:42:40 +0200 Subject: lib/common-functions,lib/mysql-functions: do not treat makedepends of haskell-* differently --- lib/common-functions | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/common-functions') diff --git a/lib/common-functions b/lib/common-functions index 7bf7897..7cbf891 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -986,10 +986,7 @@ update_blocked_packages_count() { mysql_join_dependencies_dependency_types mysql_join_dependencies_install_target_providers_with_versions mysql_join_install_target_providers_binary_packages '' 'b_bp' - printf ' AND (' - printf '`dependency_types`.`relevant_for_binary_packages`' - printf ' OR `b_bp`.`pkgname` LIKE "haskell-%%"' - printf ')' + printf '`dependency_types`.`relevant_for_binary_packages`' mysql_join_binary_packages_binary_packages_in_repositories 'b_bp' 'b_bpir' printf ' AND `a_bpir`.`repository`=%s' \ "${repository_ids__any_build_list}" -- cgit v1.2.3-54-g00ecf