gui-libs/wlroots/wlroots-0.13.0.ebuild
changeset 37 667fdc5ced45
parent 34 b351c25cacd8
--- a/gui-libs/wlroots/wlroots-0.13.0.ebuild	Fri Apr 09 17:53:09 2021 +0100
+++ b/gui-libs/wlroots/wlroots-0.13.0.ebuild	Fri Apr 09 18:00:33 2021 +0100
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@
 	inherit git-r3
 else
 	SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="amd64 arm64 ~ppc64 x86"
+	KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="MIT"
@@ -22,8 +22,8 @@
 REQUIRED_USE="?? ( elogind systemd )"
 
 DEPEND="
-	>=dev-libs/libinput-1.9.0:0=
-	>=dev-libs/wayland-1.18.0
+	>=dev-libs/libinput-1.14.0:0=
+	>=dev-libs/wayland-1.19.0
 	>=dev-libs/wayland-protocols-1.17.0
 	media-libs/mesa[egl,gles2,gbm]
 	virtual/libudev
@@ -46,7 +46,7 @@
 "
 BDEPEND="
 	>=dev-libs/wayland-protocols-1.17
-	>=dev-util/meson-0.54.0
+	>=dev-util/meson-0.56.0
 	virtual/pkgconfig
 "