diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-05-03 13:18:19 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-05-03 13:32:44 -0500 |
commit | b81eb001c68c056b230a709511274084e5af808a (patch) | |
tree | df028cb2add94363ae08465b5b6712eafa97ef81 /gui-wm | |
parent | gui-libs/wlroots: 0.6.0 bump (diff) | |
download | gentoo-b81eb001c68c056b230a709511274084e5af808a.tar.gz gentoo-b81eb001c68c056b230a709511274084e5af808a.tar.bz2 gentoo-b81eb001c68c056b230a709511274084e5af808a.zip |
gui-wm/sway: update wlroots version for 9999
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/sway/sway-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-wm/sway/sway-9999.ebuild b/gui-wm/sway/sway-9999.ebuild index bb283010dfc2..1c81b3323232 100644 --- a/gui-wm/sway/sway-9999.ebuild +++ b/gui-wm/sway/sway-9999.ebuild @@ -44,7 +44,7 @@ DEPEND=" if [[ ${PV} == 9999 ]]; then DEPEND+="~gui-libs/wlroots-9999[elogind=,systemd=,X=]" else - DEPEND+=">=gui-libs/wlroots-0.5.0[elogind=,systemd=,X=]" + DEPEND+=">=gui-libs/wlroots-0.6.0[elogind=,systemd=,X=]" fi RDEPEND=" x11-misc/xkeyboard-config |