From b7ab9fe138622a924223b97428949b996cd3fb1d Mon Sep 17 00:00:00 2001 From: John Date: Sun, 28 Feb 2021 22:32:52 +0100 Subject: [PATCH] zola: remove libressl build dep they switched to rustls at 0.10.0 --- srcpkgs/zola/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/zola/template b/srcpkgs/zola/template index 982f970698c..545f91da500 100644 --- a/srcpkgs/zola/template +++ b/srcpkgs/zola/template @@ -4,7 +4,7 @@ version=0.13.0 revision=1 build_style=cargo hostmakedepends="pkg-config" -makedepends="libressl-devel libsass-devel oniguruma-devel" +makedepends="libsass-devel oniguruma-devel" short_desc="Fast opinionated static site generator written in rust" maintainer="Carson Page " license="MIT" @@ -13,8 +13,9 @@ changelog="https://github.com/getzola/zola/raw/master/CHANGELOG.md" distfiles="https://github.com/getzola/zola/archive/v${version}.tar.gz" checksum=84c20cf5c851a465266c5cc343623752102c53929f6da31b2a4ce747a87c5c23 -case $XBPS_TARGET_MACHINE in - ppc*) broken="segfaults" ;; +case "$XBPS_TARGET_MACHINE" in + x86_64*|i686*|arm*|aarch64*) ;; + *) broken="ftbfs in ring" ;; esac pre_build() {