Diff wayfire-0.7.5 with a wayfire-0.7.5-r1

/usr/portage/gui-wm/wayfire/wayfire-0.7.5-r1.ebuild 2023-10-09 14:52:31.176368393 +0300
13 13
	EGIT_REPO_URI="https://github.com/WayfireWM/${PN}.git"
14 14
else
15 15
	SRC_URI="https://github.com/WayfireWM/${PN}/releases/download/v${PV}/${P}.tar.xz"
16
	KEYWORDS="amd64 ~arm64 ~riscv ~x86"
16
	KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
17 17
fi
18 18

  
19 19
LICENSE="MIT"
......
46 46
	DEPEND+="
47 47
		system-wfconfig? ( ~gui-libs/wf-config-9999:= )
48 48
		!system-wfconfig? ( !gui-libs/wf-config )
49
		system-wlroots? ( ~gui-libs/wlroots-9999:=[X?] )
49
		system-wlroots? ( ~gui-libs/wlroots-9999:=[drm(+),libinput(+),x11-backend,X?] )
50 50
		!system-wlroots? ( !gui-libs/wlroots )
51 51
	"
52 52
else
......
57 57
		)
58 58
		!system-wfconfig? ( !gui-libs/wf-config )
59 59
		system-wlroots? (
60
			>=gui-libs/wlroots-0.16.0:0/16[X?]
60
			>=gui-libs/wlroots-0.16.0:0/16[drm(+),libinput(+),x11-backend,X?]
61 61
		)
62 62
		!system-wlroots? ( !gui-libs/wlroots )
63 63
	"
Thank you!