index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | lib/mysql-functions | 2 |
diff --git a/lib/mysql-functions b/lib/mysql-functions index d5d3495..0c633c8 100755 --- a/lib/mysql-functions +++ b/lib/mysql-functions @@ -1095,6 +1095,8 @@ mysql_query_has_pending_dependencies() { printf '),' # ... or (b) not relevant for binary_packages (e.g. a makedepends) has # no built provider +# TODO: only consider installable providers (at least for haskell-*, but +# it would be probably best to do so for all packages) printf 'NOT EXISTS (' printf 'SELECT 1' printf ' FROM `install_target_providers` AS `l_itps`' |