diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 15:00:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:04:25 +0100 |
commit | c58307f11e8b0c8e8f8a4fc8ca44890948dfa8c0 (patch) | |
tree | 9d475c99a084a5c6fd16865a9fd7ee21b0c489bf /sys-apps/input-utils | |
parent | sys-apps/fxload: eutils-- (diff) | |
download | gentoo-c58307f11e8b0c8e8f8a4fc8ca44890948dfa8c0.tar.gz gentoo-c58307f11e8b0c8e8f8a4fc8ca44890948dfa8c0.tar.bz2 gentoo-c58307f11e8b0c8e8f8a4fc8ca44890948dfa8c0.zip |
sys-apps/input-utils: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/input-utils')
-rw-r--r-- | sys-apps/input-utils/input-utils-1.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/input-utils/input-utils-1.2.ebuild b/sys-apps/input-utils/input-utils-1.2.ebuild index b83be72d6f5e..1589052b4e13 100644 --- a/sys-apps/input-utils/input-utils-1.2.ebuild +++ b/sys-apps/input-utils/input-utils-1.2.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 +inherit epatch + MY_PN="input" MY_P="${MY_PN}-${PV}" |