mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
gui-apps/xremap: fix cargo myfeatures var
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
This commit is contained in:
@@ -231,9 +231,11 @@ KEYWORDS="~amd64"
|
||||
IUSE="x11 gnome kde wlroots"
|
||||
REQUIRED_USE="?? ( x11 gnome kde wlroots )"
|
||||
|
||||
RDEPEND="x11? ( x11-libs/libX11 )"
|
||||
|
||||
src_configure() {
|
||||
local myfeatures=(
|
||||
$(usex x11)
|
||||
$(usev x11)
|
||||
$(usev gnome)
|
||||
$(usev kde)
|
||||
$(usev wlroots)
|
||||
Reference in New Issue
Block a user