From 49220fad735566c97c7a92e94e863818a749d1b2 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Sat, 3 Sep 2022 17:39:50 +0300 Subject: [PATCH] libboost-python.ben: Make good packages green, not yellow/red Also test that space after bug numbers in notes is no longer required with the updated ben. --- ongoing/libboost-python.ben | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ongoing/libboost-python.ben b/ongoing/libboost-python.ben index be76ef3..ae1af2f 100644 --- a/ongoing/libboost-python.ben +++ b/ongoing/libboost-python.ben @@ -1,6 +1,6 @@ title = "Rebuild to pick up fixed libboost-python dependencies"; is_affected = .depends ~ /libboost-python/ & !.source ~ /boost-defaults/; is_good = .depends ~ /libboost-python.*-py310/; -is_bad = !.depends ~ /libboost-python.*-py310/; -notes = "#1015998 "; +is_bad = (!.depends ~ /libboost-python.*-py310/) & .depends ~ /\blibboost-python1.74.0\b/; +notes = "#1015998"; export = false; -- GitLab