summaryrefslogtreecommitdiff
path: root/lib/common-functions
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-04-10 09:42:40 +0200
committerErich Eckner <git@eckner.net>2020-04-10 09:42:40 +0200
commit5635bd3322e542f678753db0cec51179c4fea42a (patch)
tree7615bdcd84206e1ad8a5bfa2fd4160d8e7a25eab /lib/common-functions
parent8b67f33e0f643f21382e3d1523af1cad57d68d3a (diff)
downloadbuilder-5635bd3322e542f678753db0cec51179c4fea42a.tar.xz
lib/common-functions,lib/mysql-functions: do not treat makedepends of haskell-* differently
Diffstat (limited to 'lib/common-functions')
-rwxr-xr-xlib/common-functions5
1 files changed, 1 insertions, 4 deletions
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}"