commit: fb7e583cde8f78e63263614abc88cb53156664ae
Author: Daichi Yamamoto <dev <AT> dyama <DOT> net>
AuthorDate: Thu Nov 16 13:55:06 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Nov 16 13:56:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb7e583c
gui-apps/xremap: fix cargo myfeatures var
Signed-off-by: Daichi Yamamoto <dev <AT> dyama.net>
gui-apps/xremap/{xremap-0.8.11.ebuild => xremap-0.8.11-r1.ebuild} | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gui-apps/xremap/xremap-0.8.11.ebuild
b/gui-apps/xremap/xremap-0.8.11-r1.ebuild
similarity index 98%
rename from gui-apps/xremap/xremap-0.8.11.ebuild
rename to gui-apps/xremap/xremap-0.8.11-r1.ebuild
index c645b51f4b..5002e14961 100644
--- a/gui-apps/xremap/xremap-0.8.11.ebuild
+++ b/gui-apps/xremap/xremap-0.8.11-r1.ebuild
@@ -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)