diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:55:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:02:59 +0100 |
commit | 9b07f5cdf4b49e69734042f309fec87f465e8ca4 (patch) | |
tree | 388173fcf1807f57f9d0319c05f77cf1b8c8a3a5 /media-radio | |
parent | media-plugins/fil-plugins: eutils->epatch (diff) | |
download | gentoo-9b07f5cdf4b49e69734042f309fec87f465e8ca4.tar.gz gentoo-9b07f5cdf4b49e69734042f309fec87f465e8ca4.tar.bz2 gentoo-9b07f5cdf4b49e69734042f309fec87f465e8ca4.zip |
media-radio/direwolf: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-radio')
-rw-r--r-- | media-radio/direwolf/direwolf-1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-radio/direwolf/direwolf-1.4.ebuild b/media-radio/direwolf/direwolf-1.4.ebuild index 04a0995bbf20..abc8b2f7df59 100644 --- a/media-radio/direwolf/direwolf-1.4.ebuild +++ b/media-radio/direwolf/direwolf-1.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils systemd +inherit epatch systemd DESCRIPTION="Decoded Information from Radio Emissions for Windows Or Linux Fans" HOMEPAGE="https://github.com/wb2osz/direwolf/blob/master/README.md" |