commit: 973b3b148edc278adfda1fa473a033a1f420f5a1 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Thu Mar 14 11:53:19 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Mar 16 19:18:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=973b3b14
gui-apps/wcm: update live ebuild Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> gui-apps/wcm/wcm-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gui-apps/wcm/wcm-9999.ebuild b/gui-apps/wcm/wcm-9999.ebuild index 20dc340547dc..17a78aa75ac6 100644 --- a/gui-apps/wcm/wcm-9999.ebuild +++ b/gui-apps/wcm/wcm-9999.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/WayfireWM/wcm" if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/WayfireWM/wcm.git" - SLOT="0/9999" + SLOT="0/0.9" else SRC_URI="https://github.com/WayfireWM/wcm/releases/download/v${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~arm64 ~x86" @@ -27,9 +27,9 @@ CDEPEND=" dev-libs/libxml2 dev-libs/wayland dev-cpp/gtkmm:3.0[wayland] - gui-apps/wf-shell:${SLOT} - gui-libs/wf-config:${SLOT} - gui-wm/wayfire:${SLOT} + gui-apps/wf-shell + >=gui-libs/wf-config-0.6.0 + gui-wm/wayfire x11-libs/libxkbcommon " RDEPEND="${CDEPEND}"
