diff options
Diffstat (limited to '')
-rw-r--r-- | x11-wm/9wm/9wm-9999-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |