diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-08-28 12:37:36 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-08-28 12:37:36 -0500 |
commit | 6908a1d5dcd2415fa9df413e92f0bd9422805a6f (patch) | |
tree | 8b3a25911b2821e08d363ca1c4ac58601e3a64b0 /gui-wm | |
parent | gui-libs/wlroots: 0.7.0 bump (diff) | |
download | gentoo-6908a1d5dcd2415fa9df413e92f0bd9422805a6f.tar.gz gentoo-6908a1d5dcd2415fa9df413e92f0bd9422805a6f.tar.bz2 gentoo-6908a1d5dcd2415fa9df413e92f0bd9422805a6f.zip |
gui-wm/sway: crashes if not rebuilt when wlroots is updated
Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/sway/sway-1.2.ebuild | 4 | ||||
-rw-r--r-- | gui-wm/sway/sway-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gui-wm/sway/sway-1.2.ebuild b/gui-wm/sway/sway-1.2.ebuild index 5293b993a7d5..e4d011fc2064 100644 --- a/gui-wm/sway/sway-1.2.ebuild +++ b/gui-wm/sway/sway-1.2.ebuild @@ -42,9 +42,9 @@ DEPEND=" X? ( x11-libs/libxcb:0= ) " if [[ ${PV} == 9999 ]]; then - DEPEND+="~gui-libs/wlroots-9999[elogind=,systemd=,X=]" + DEPEND+="~gui-libs/wlroots-9999:=[elogind=,systemd=,X=]" else - DEPEND+=">=gui-libs/wlroots-0.6.0[elogind=,systemd=,X=]" + DEPEND+=">=gui-libs/wlroots-0.7.0:=[elogind=,systemd=,X=]" fi RDEPEND=" x11-misc/xkeyboard-config diff --git a/gui-wm/sway/sway-9999.ebuild b/gui-wm/sway/sway-9999.ebuild index 5293b993a7d5..e4d011fc2064 100644 --- a/gui-wm/sway/sway-9999.ebuild +++ b/gui-wm/sway/sway-9999.ebuild @@ -42,9 +42,9 @@ DEPEND=" X? ( x11-libs/libxcb:0= ) " if [[ ${PV} == 9999 ]]; then - DEPEND+="~gui-libs/wlroots-9999[elogind=,systemd=,X=]" + DEPEND+="~gui-libs/wlroots-9999:=[elogind=,systemd=,X=]" else - DEPEND+=">=gui-libs/wlroots-0.6.0[elogind=,systemd=,X=]" + DEPEND+=">=gui-libs/wlroots-0.7.0:=[elogind=,systemd=,X=]" fi RDEPEND=" x11-misc/xkeyboard-config |