diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-07-16 09:37:37 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-07-16 09:50:09 -0500 |
commit | 557b3181070270fefe2b0fc6cc754a3660ea5fb2 (patch) | |
tree | cb329b83ec06718b3756b1fb80b4bbf4f35601e4 /gui-wm/sway/sway-9999.ebuild | |
parent | gui-libs/wlroots: 0.11.0 bump (diff) | |
download | gentoo-557b3181070270fefe2b0fc6cc754a3660ea5fb2.tar.gz gentoo-557b3181070270fefe2b0fc6cc754a3660ea5fb2.tar.bz2 gentoo-557b3181070270fefe2b0fc6cc754a3660ea5fb2.zip |
gui-wm/sway: 1.5 bump
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-wm/sway/sway-9999.ebuild')
-rw-r--r-- | gui-wm/sway/sway-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gui-wm/sway/sway-9999.ebuild b/gui-wm/sway/sway-9999.ebuild index bf84713b3e9a..08f025b76e3f 100644 --- a/gui-wm/sway/sway-9999.ebuild +++ b/gui-wm/sway/sway-9999.ebuild @@ -47,8 +47,8 @@ if [[ ${PV} == 9999 ]]; then DEPEND+="~gui-libs/wlroots-9999:=[elogind=,systemd=,X=]" else DEPEND+=" - >=gui-libs/wlroots-0.10.0:=[elogind=,systemd=,X=] - <gui-libs/wlroots-0.11.0:=[elogind=,systemd=,X=] + >=gui-libs/wlroots-0.11.0:=[elogind=,systemd=,X=] + <gui-libs/wlroots-0.12.0:=[elogind=,systemd=,X=] " fi RDEPEND=" @@ -57,6 +57,7 @@ RDEPEND=" " BDEPEND=" >=dev-libs/wayland-protocols-1.14 + >=dev-util/meson-0.53.0 virtual/pkgconfig " if [[ ${PV} == 9999 ]]; then |