summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-16 15:07:19 +0100
committerSam James <sam@gentoo.org>2021-04-18 07:05:26 +0100
commitda6ae249bac321540a474e452e947cc772ae83fc (patch)
tree8065ec7dbec40d2a0b7dcbb877b6ff3eb12320fe
parentx11-misc/whaw: eutils->epatch (diff)
downloadgentoo-da6ae249.tar.gz
gentoo-da6ae249.tar.bz2
gentoo-da6ae249.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>
-rw-r--r--x11-misc/xcape/xcape-1.1.ebuild4
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"