diff options
author | Viorel Munteanu <ceamac@gentoo.org> | 2024-05-05 21:13:23 +0300 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-05-05 21:27:29 +0300 |
commit | 3c3bb1eec0699737ac3ae8778ccb937ba06d6d78 (patch) | |
tree | 213cd16c89d58c00ffb0dcb5a816d0777ef84e1a /gui-apps | |
parent | gui-apps/wcm: add myself as a maintainer (diff) | |
download | gentoo-3c3bb1eec0699737ac3ae8778ccb937ba06d6d78.tar.gz gentoo-3c3bb1eec0699737ac3ae8778ccb937ba06d6d78.tar.bz2 gentoo-3c3bb1eec0699737ac3ae8778ccb937ba06d6d78.zip |
gui-apps/wcm: fix typo
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/wcm/wcm-0.8.0.ebuild | 4 | ||||
-rw-r--r-- | 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 |