diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 15:07:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:05:26 +0100 |
commit | da6ae249bac321540a474e452e947cc772ae83fc (patch) | |
tree | 8065ec7dbec40d2a0b7dcbb877b6ff3eb12320fe /x11-misc/xcape | |
parent | x11-misc/whaw: eutils->epatch (diff) | |
download | gentoo-da6ae249bac321540a474e452e947cc772ae83fc.tar.gz gentoo-da6ae249bac321540a474e452e947cc772ae83fc.tar.bz2 gentoo-da6ae249bac321540a474e452e947cc772ae83fc.zip |
x11-misc/xcape: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/xcape')
-rw-r--r-- | x11-misc/xcape/xcape-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xcape/xcape-1.1.ebuild b/x11-misc/xcape/xcape-1.1.ebuild index 977f0de67883..f744d517a120 100644 --- a/x11-misc/xcape/xcape-1.1.ebuild +++ b/x11-misc/xcape/xcape-1.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="Utility to make modifier keys send custom key events when pressed on their own" HOMEPAGE="https://github.com/alols/xcape" |