Skip to content

Commit

Permalink
[pangomm] Remove vcpkg_fail_port_install. (#22756)
Browse files Browse the repository at this point in the history
There was no supports expression before so this did have ci.baseline.txt impact.

In support of #21502
  • Loading branch information
BillyONeal committed Jan 24, 2022
1 parent 61ccae4 commit 3afbc7b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 0 additions & 2 deletions ports/pangomm/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
vcpkg_fail_port_install(ON_ARCH "arm" "arm64")

vcpkg_download_distfile(ARCHIVE
URLS "https://ftp.gnome.org/pub/GNOME/sources/pangomm/2.50/pangomm-2.50.0.tar.xz"
FILENAME "pangomm-2.50.0.tar.xz"
Expand Down
2 changes: 2 additions & 0 deletions ports/pangomm/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "pangomm",
"version": "2.50.0",
"port-version": 1,
"description": "pangomm is the official C++ interface for the Pango font layout library. See, for instance, the Pango::Layout class.",
"homepage": "https://ftp.gnome.org/pub/GNOME/sources/pangomm",
"supports": "!arm",
"dependencies": [
"cairo",
"cairomm",
Expand Down
1 change: 0 additions & 1 deletion scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,6 @@ paho-mqtt:arm-uwp=fail
paho-mqtt:x64-uwp=fail
pango:x64-windows-static=fail
pango:x64-windows-static-md=fail
pangomm:arm64-windows=fail
pfring:arm64-windows=fail
pfring:arm-uwp=fail
pfring:x64-uwp=fail
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5182,7 +5182,7 @@
},
"pangomm": {
"baseline": "2.50.0",
"port-version": 0
"port-version": 1
},
"parallel-hashmap": {
"baseline": "1.33",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/pangomm.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5aebede0dd324cd7e5db1460e1d9be26d18685ba",
"version": "2.50.0",
"port-version": 1
},
{
"git-tree": "72d0e19b3eb2fdb5d8c60c1ae78bafc51866325d",
"version": "2.50.0",
Expand Down

0 comments on commit 3afbc7b

Please sign in to comment.