diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 15:01:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:04:32 +0100 |
commit | 1cc0a11dbcd9a8c48b8af6e4d42a59fc53210aa6 (patch) | |
tree | caa6f1650b587974bb64c7b890b85c698103fd53 /sys-apps/usb_modeswitch | |
parent | sys-apps/tomoyo-tools: eutils->epatch (diff) | |
download | gentoo-1cc0a11dbcd9a8c48b8af6e4d42a59fc53210aa6.tar.gz gentoo-1cc0a11dbcd9a8c48b8af6e4d42a59fc53210aa6.tar.bz2 gentoo-1cc0a11dbcd9a8c48b8af6e4d42a59fc53210aa6.zip |
sys-apps/usb_modeswitch: 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/usb_modeswitch')
-rw-r--r-- | sys-apps/usb_modeswitch/usb_modeswitch-2.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/usb_modeswitch/usb_modeswitch-2.5.2.ebuild b/sys-apps/usb_modeswitch/usb_modeswitch-2.5.2.ebuild index d7a1279b2769..4606e82c8c49 100644 --- a/sys-apps/usb_modeswitch/usb_modeswitch-2.5.2.ebuild +++ b/sys-apps/usb_modeswitch/usb_modeswitch-2.5.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils linux-info toolchain-funcs udev systemd +inherit epatch linux-info toolchain-funcs udev systemd MY_PN=${PN/_/-} MY_P=${MY_PN}-${PV/_p*} |