diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 10:55:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 16:43:28 +0100 |
commit | bf2738a1586ba6f6698ef7b44b13fc3cff3c4ae7 (patch) | |
tree | 1904ba8dc1bd11aba1d835ce463e4dfe2fd84d4a /media-radio | |
parent | media-radio/grig: fix variable references (diff) | |
download | gentoo-bf2738a1586ba6f6698ef7b44b13fc3cff3c4ae7.tar.gz gentoo-bf2738a1586ba6f6698ef7b44b13fc3cff3c4ae7.tar.bz2 gentoo-bf2738a1586ba6f6698ef7b44b13fc3cff3c4ae7.zip |
media-radio/unixcw: fix variable references
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/unixcw/unixcw-3.5.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-radio/unixcw/unixcw-3.5.1-r1.ebuild b/media-radio/unixcw/unixcw-3.5.1-r1.ebuild index 7391c5ffa589..56f654e4a8fb 100644 --- a/media-radio/unixcw/unixcw-3.5.1-r1.ebuild +++ b/media-radio/unixcw/unixcw-3.5.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,8 +28,8 @@ DEPEND="${RDEPEND} src_prepare() { append-cflags -std=gnu11 append-cxxflags -std=gnu++11 - eapply -p0 "${FILESDIR}"/$PN-3.5-tinfo.patch \ - "${FILESDIR}"/$PN-tests.patch + eapply -p0 "${FILESDIR}"/${PN}-3.5-tinfo.patch \ + "${FILESDIR}"/${PN}-tests.patch eapply_user eautoreconf } |