diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:43:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:54:11 +0100 |
commit | f3796c339b7919143e8401f467bd4e484a062087 (patch) | |
tree | 72ffe21f1205ff247e8c641f09d04f5ec77daf49 /dev-embedded | |
parent | dev-embedded/freaklabs-boards: use BDEPEND for app-arch/unzip (diff) | |
download | gentoo-f3796c339b7919143e8401f467bd4e484a062087.tar.gz gentoo-f3796c339b7919143e8401f467bd4e484a062087.tar.bz2 gentoo-f3796c339b7919143e8401f467bd4e484a062087.zip |
dev-embedded/pk2cmd: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/pk2cmd/pk2cmd-1.20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-embedded/pk2cmd/pk2cmd-1.20.ebuild b/dev-embedded/pk2cmd/pk2cmd-1.20.ebuild index 24cfe4769c1b..a37ef5bd81df 100644 --- a/dev-embedded/pk2cmd/pk2cmd-1.20.ebuild +++ b/dev-embedded/pk2cmd/pk2cmd-1.20.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 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="An application for working with the Microchip PicKit2 PIC programmer" HOMEPAGE="http://www.microchip.com/pickit2" |