diff options
Diffstat (limited to '')
-rw-r--r-- | x11-misc/devour/devour-12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/devour/devour-12.ebuild b/x11-misc/devour/devour-12.ebuild index 2b88b39..b98f01f 100644 --- a/x11-misc/devour/devour-12.ebuild +++ b/x11-misc/devour/devour-12.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/salman-abedin/devour.git" fi -inherit toolchain-funcs "${SCM}" +inherit toolchain-funcs ${SCM} DESCRIPTION="Window manager agnostic swallowing feature for terminal emulators" HOMEPAGE="https://github.com/salman-abedin/devour" |