summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-09-28 19:00:13 +0200
committerErich Eckner <git@eckner.net>2017-09-28 19:00:13 +0200
commitc538eb3db6e8aab65d2d7c9b3db1fb5b6ecb3b73 (patch)
tree4e77068ed235156e46f673388c5f16ed777ff328 /bin
parentc20da57d2f03cbe2b03e2c39ac38f395bf530221 (diff)
downloadbuilder-c538eb3db6e8aab65d2d7c9b3db1fb5b6ecb3b73.tar.xz
bin/get-package-updates: allow blacklisting of luxblend25 - it cannot be built for (or installed on) i686
Diffstat (limited to 'bin')
-rwxr-xr-xbin/get-package-updates1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates
index fbb4446..7e474fa 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -345,7 +345,6 @@ while [ -n "${black_listed_new}" ]; do
join -1 1 -2 2 -o 2.1 - "${work_dir}/newest-dependencies" | \
while read -r pkg; do
if [ "${pkg}" = 'dev86' ] || \
- [ "${pkg}" = 'luxblend25' ] || \
[ "${pkg}" = 'python-pysocks' ] || \
[ "${pkg}" = 'wine' ] || \
[ "${pkg}" = 'wine-staging' ] || \