community/lsp-codemadness-frontends,testing/sstp-client: enable on some arches bloakced by libressl

This commit is contained in:
DWwanghao 2025-08-01 15:41:01 +08:00 committed by achill (fossdd)
parent 8ab924813e
commit edaf610196
2 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,8 @@ pkgver=0.8
pkgrel=1
pkgdesc="Experimental (cli, web, and gopher) frontends for youtube"
url="https://www.codemadness.org/idiotbox.html"
# s390x, loongarch64: blocked by libressl
arch="all !ppc64le !s390x !loongarch64"
# s390x: blocked by libressl
arch="all !s390x"
license="ISC"
# libretls-dev fails here, most likely because of some openssl issue
makedepends="libressl-dev"

View File

@ -5,8 +5,8 @@ pkgver=1.0.20
pkgrel=2
pkgdesc="A client implementation of Secure Socket Tunneling Protocol (SSTP) for Linux / Mac OS-X."
url="https://gitlab.com/sstp-project/sstp-client"
# s390x, loongarch64: blocked by libressl-dev
arch="all !s390x !loongarch64"
# s390x: blocked by libressl-dev
arch="all !s390x"
license="GPL-2.0-or-later"
makedepends="autoconf automake libtool libevent-dev libevent libressl-dev ppp-dev"
subpackages="$pkgname-doc $pkgname-dev"