diff options
author | Azat Bahawi <azahi@teknik.io> | 2020-08-07 00:25:17 +0300 |
---|---|---|
committer | Azat Bahawi <azahi@teknik.io> | 2020-08-07 00:25:17 +0300 |
commit | 10449436a933c34f2885a7407af1dfca61aac6c2 (patch) | |
tree | f4fc9e2b36bba9c173bda1d5544b72f6733e9831 /x11-misc/xkb-switch/xkb-switch-1.6.0.ebuild | |
parent | app-text/qolibri: Remove package (diff) |
x11-misc/xkb-switch: Migrate to cmake eclass
Diffstat (limited to 'x11-misc/xkb-switch/xkb-switch-1.6.0.ebuild')
-rw-r--r-- | x11-misc/xkb-switch/xkb-switch-1.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/xkb-switch/xkb-switch-1.6.0.ebuild b/x11-misc/xkb-switch/xkb-switch-1.6.0.ebuild index 715c753..b6e382f 100644 --- a/x11-misc/xkb-switch/xkb-switch-1.6.0.ebuild +++ b/x11-misc/xkb-switch/xkb-switch-1.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils multilib +inherit cmake multilib DESCRIPTION="Switch your X keyboard layouts from the command line" HOMEPAGE="https://github.com/ierton/xkb-switch" |