From 92eaa3a8527f1a800457eea9fae4cf6165792e27 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sun, 16 Aug 2020 01:05:20 +0300 Subject: x11-misc/setroot: USE=xinerama hotfix --- x11-misc/setroot/setroot-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11-misc/setroot/setroot-9999.ebuild') diff --git a/x11-misc/setroot/setroot-9999.ebuild b/x11-misc/setroot/setroot-9999.ebuild index cf0bf3f..68cbf0a 100644 --- a/x11-misc/setroot/setroot-9999.ebuild +++ b/x11-misc/setroot/setroot-9999.ebuild @@ -33,7 +33,7 @@ BDEPEND="" DOCS=( README.asciidoc ) src_compile() { - emake xinerama=$(use xinerama) + emake xinerama=$(usex xinerama 1 0) } src_install() { -- cgit 1.4.1