aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorPhil Christensen <philc@microsoft.com>2019-08-02 21:37:49 -0700
committerGitHub <noreply@github.com>2019-08-02 21:37:49 -0700
commit22e0b9f376a66e6717f820e6c382c4112191ef9b (patch)
treee6ebb6be615a84880e65540ce582f3da0916369f /ports
parent4d551ff4b3cea2f387b02ed69486a23b1be2fd73 (diff)
downloadvcpkg-22e0b9f376a66e6717f820e6c382c4112191ef9b.tar.gz
vcpkg-22e0b9f376a66e6717f820e6c382c4112191ef9b.zip
improve logic expression evaluation (#7508)
* better logic expression evaluation Improve the logic expression evaluation currently used when filtering dependencies. Biggest improvements: + Allow '|' operator + Support nested '()' + Allow whitespace + Useful error message for malformed expressions Also changed names of types to RawParagraph when that is what the original author was using.
Diffstat (limited to 'ports')
-rw-r--r--ports/pango/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/pango/CONTROL b/ports/pango/CONTROL
index 192c5c048..c221c1e37 100644
--- a/ports/pango/CONTROL
+++ b/ports/pango/CONTROL
@@ -2,4 +2,4 @@ Source: pango
Version: 1.40.11-4
Homepage: https://ftp.gnome.org/pub/GNOME/sources/pango/
Description: Text and font handling library.
-Build-Depends: glib, gettext, cairo, fontconfig, freetype, harfbuzz[glib] (!windows-static)
+Build-Depends: glib, gettext, cairo, fontconfig, freetype, harfbuzz[glib] (!(windows&static))