commit: 0240e0109a8d1b7639fc44540c2bbcb6cde3c006 Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Thu Aug 28 08:39:12 2025 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Thu Aug 28 08:55:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0240e010
gui-apps/wf-shell: sync live and update subslot Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> gui-apps/wf-shell/wf-shell-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-apps/wf-shell/wf-shell-9999.ebuild b/gui-apps/wf-shell/wf-shell-9999.ebuild index 1be6243f8563..7e422c68adc0 100644 --- a/gui-apps/wf-shell/wf-shell-9999.ebuild +++ b/gui-apps/wf-shell/wf-shell-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2024 Gentoo Authors +# Copyright 2019-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/WayfireWM/wf-shell" if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/WayfireWM/wf-shell.git" - SLOT="0/0.10" + SLOT="0/0.11" else SRC_URI="https://github.com/WayfireWM/wf-shell/releases/download/v${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~arm64"
