From f4f93ca01044b8077207ce5f0f0a38404e45a142 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 11 Apr 2016 09:22:59 +0200 Subject: [PATCH] VirtualGL: does not support !x86. --- srcpkgs/VirtualGL/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/VirtualGL/template b/srcpkgs/VirtualGL/template index 64678f6b2f4..882f7cbeb27 100644 --- a/srcpkgs/VirtualGL/template +++ b/srcpkgs/VirtualGL/template @@ -15,6 +15,8 @@ license="LGPL-2.1" distfiles="${SOURCEFORGE_SITE}/virtualgl/${version}/${pkgname}-${version}.tar.gz" checksum=14d5ba1af9fe8859bbb6131714fee465143f16184449d2d7adb65bd4aba4d7d6 +only_for_archs="i686 i686-musl x86_64 x86_64-musl" + post_install() { mv ${DESTDIR}/usr/bin/{glxinfo,vglxinfo} }