diff options
author | Azat Bahawi <azahi@teknik.io> | 2020-12-14 12:07:59 +0300 |
---|---|---|
committer | Azat Bahawi <azahi@teknik.io> | 2020-12-14 12:08:06 +0300 |
commit | f195c7b3e510ecba7e4f7119c5adf44b6b12a39e (patch) | |
tree | cfa780f77174106f80fac66732803d3cea64a9c5 /x11-wm | |
parent | x11-wm/xwm: Bump version (diff) |
x11-wm/9wm: Fix Gentoo's #759904
https://bugs.gentoo.org/759904 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Azat Bahawi <azahi@teknik.io>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/9wm/9wm-1.4.1-r1.ebuild | 2 | ||||
-rw-r--r-- | x11-wm/9wm/9wm-9999-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/9wm/9wm-1.4.1-r1.ebuild b/x11-wm/9wm/9wm-1.4.1-r1.ebuild index 61236a7..f94d8f2 100644 --- a/x11-wm/9wm/9wm-1.4.1-r1.ebuild +++ b/x11-wm/9wm/9wm-1.4.1-r1.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/9wm/9wm.git" fi -inherit toolchain-funcs "${SCM}" +inherit toolchain-funcs ${SCM} DESCRIPTION="X11 window manager inspired by Plan 9's rio" HOMEPAGE="https://github.com/9wm/9wm" diff --git a/x11-wm/9wm/9wm-9999-r1.ebuild b/x11-wm/9wm/9wm-9999-r1.ebuild index 61236a7..f94d8f2 100644 --- a/x11-wm/9wm/9wm-9999-r1.ebuild +++ b/x11-wm/9wm/9wm-9999-r1.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/9wm/9wm.git" fi -inherit toolchain-funcs "${SCM}" +inherit toolchain-funcs ${SCM} DESCRIPTION="X11 window manager inspired by Plan 9's rio" HOMEPAGE="https://github.com/9wm/9wm" |