From c9b602a369d63ad78985010a3ea9dd10be0e956e Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 9 Nov 2020 00:05:33 +0100 Subject: [PATCH] Revert "fwupd: nocross for now" This reverts commit cc153734601623cf59583abf3ab72325851c3ca2. --- srcpkgs/fwupd/template | 1 - 1 file changed, 1 deletion(-) diff --git a/srcpkgs/fwupd/template b/srcpkgs/fwupd/template index a261f14a82d..84c95ee7e47 100644 --- a/srcpkgs/fwupd/template +++ b/srcpkgs/fwupd/template @@ -28,7 +28,6 @@ homepage="https://github.com/hughsie/fwupd" distfiles="https://github.com/hughsie/fwupd/archive/${version}.tar.gz" checksum=16e59ea1ce6e109246f86a2932cc84d2e06ed836d62dde1412493a5d26109477 replaces="fwupdate>=0" -nocross="until native packages are built" case "$XBPS_TARGET_MACHINE" in x86_64*|i686*|arm*|aarch64*) _have_uefi=yes;;