commit:     3c3bb1eec0699737ac3ae8778ccb937ba06d6d78
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sun May  5 18:13:23 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun May  5 18:27:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c3bb1ee

gui-apps/wcm: fix typo

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 gui-apps/wcm/wcm-0.8.0.ebuild | 4 ++--
 gui-apps/wcm/wcm-9999.ebuild  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gui-apps/wcm/wcm-0.8.0.ebuild b/gui-apps/wcm/wcm-0.8.0.ebuild
index 009b513cbda0..355d019aabd3 100644
--- a/gui-apps/wcm/wcm-0.8.0.ebuild
+++ b/gui-apps/wcm/wcm-0.8.0.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"
@@ -20,7 +20,7 @@ fi
 
 LICENSE="MIT"
 
-RESTRIC="test" # no tests
+RESTRICT="test" # no tests
 
 CDEPEND="
        dev-libs/libevdev

diff --git a/gui-apps/wcm/wcm-9999.ebuild b/gui-apps/wcm/wcm-9999.ebuild
index 17a78aa75ac6..e25a807c30df 100644
--- a/gui-apps/wcm/wcm-9999.ebuild
+++ b/gui-apps/wcm/wcm-9999.ebuild
@@ -20,7 +20,7 @@ fi
 
 LICENSE="MIT"
 
-RESTRIC="test" # no tests
+RESTRICT="test" # no tests
 
 CDEPEND="
        dev-libs/libevdev

Reply via email to