diff options
author | Viorel Munteanu <ceamac@gentoo.org> | 2024-08-24 19:52:20 +0300 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-08-24 20:06:25 +0300 |
commit | 2e013c0cd0c0d9e7faa4e01ad134b3a8e1b84951 (patch) | |
tree | 6978bb35b1218b572f88b891e9c76730e8c95550 /gui-wm | |
parent | gui-libs/wf-config: sync live ebuild (diff) | |
download | gentoo-2e013c0cd0c0d9e7faa4e01ad134b3a8e1b84951.tar.gz gentoo-2e013c0cd0c0d9e7faa4e01ad134b3a8e1b84951.tar.bz2 gentoo-2e013c0cd0c0d9e7faa4e01ad134b3a8e1b84951.zip |
gui-wm/wayfire: sync live ebuild
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/wayfire/wayfire-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui-wm/wayfire/wayfire-9999.ebuild b/gui-wm/wayfire/wayfire-9999.ebuild index bce466406ffd..4d9595e505b1 100644 --- a/gui-wm/wayfire/wayfire-9999.ebuild +++ b/gui-wm/wayfire/wayfire-9999.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/WayfireWM/wayfire" if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/WayfireWM/${PN}.git" - SLOT="0/0.9" + SLOT="0/0.10" else SRC_URI="https://github.com/WayfireWM/${PN}/releases/download/v${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~arm64 ~riscv" @@ -29,7 +29,7 @@ CDEPEND=" dev-cpp/nlohmann_json dev-libs/glib:2 dev-libs/libevdev - >=dev-libs/libinput-1.7.0:= + dev-libs/libinput:= dev-libs/wayland >=dev-libs/wayland-protocols-1.12 gui-libs/wf-config:${SLOT} |