index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-07-14 02:59:11 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-07-14 02:59:16 +0300 |
commit | 04a649d2d8b1c212d26a1f869d6870eac0e3ec7b (patch) | |
tree | 969c17df09b4f7506b54cc024fe26552b28342a6 | |
parent | 8ef709468c72ed42580231e1f8cca18e810ee316 (diff) |
-rw-r--r-- | extra/pango/PKGBUILD | 10 |
diff --git a/extra/pango/PKGBUILD b/extra/pango/PKGBUILD index 7f7cc8b6..b5c884cc 100644 --- a/extra/pango/PKGBUILD +++ b/extra/pango/PKGBUILD @@ -1,13 +1,3 @@ -# remove dependency on sysprof -depends=(${depends[@]//sysprof/}) -makedepends=(${makedepends[@]//sysprof/}) -eval "$( - declare -f build | \ - sed ' - s@-D sysprof=enabled@-D sysprof=disabled@g - ' -)" - # ignore failing tests eval "$( declare -f check | \ |