diff options
author | Filip Kobierski <fkobi@pm.me> | 2024-07-31 22:37:52 +0200 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2024-08-07 08:43:41 +0200 |
commit | d23228085af4609ca5ae0cf263bbbca15113c55c (patch) | |
tree | bc5c12d89493731c8cc4e25966a4a3ad60e90f3d /media-radio | |
parent | profiles/prefix/package.mask: mask gentoo-functions-1.7 and up (diff) | |
download | gentoo-d23228085af4609ca5ae0cf263bbbca15113c55c.tar.gz gentoo-d23228085af4609ca5ae0cf263bbbca15113c55c.tar.bz2 gentoo-d23228085af4609ca5ae0cf263bbbca15113c55c.zip |
media-radio/fsync-mdc1200-decode: fix pkgcheck issues
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'media-radio')
-rw-r--r-- | media-radio/fsync-mdc1200-decode/fsync-mdc1200-decode-1.0-r1.ebuild | 5 | ||||
-rw-r--r-- | media-radio/fsync-mdc1200-decode/fsync-mdc1200-decode-9999.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/media-radio/fsync-mdc1200-decode/fsync-mdc1200-decode-1.0-r1.ebuild b/media-radio/fsync-mdc1200-decode/fsync-mdc1200-decode-1.0-r1.ebuild index f484d5a429ac..9c64790346f9 100644 --- a/media-radio/fsync-mdc1200-decode/fsync-mdc1200-decode-1.0-r1.ebuild +++ b/media-radio/fsync-mdc1200-decode/fsync-mdc1200-decode-1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,13 +12,12 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/russinnes/fsync-mdc1200-decode.git" else - KEYWORDS="~amd64 ~x86" SRC_URI="https://github.com/russinnes/fsync-mdc1200-decode/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-2+" SLOT="0" -IUSE="" DEPEND="media-libs/libpulse" RDEPEND="${DEPEND}" diff --git a/media-radio/fsync-mdc1200-decode/fsync-mdc1200-decode-9999.ebuild b/media-radio/fsync-mdc1200-decode/fsync-mdc1200-decode-9999.ebuild index f484d5a429ac..9c64790346f9 100644 --- a/media-radio/fsync-mdc1200-decode/fsync-mdc1200-decode-9999.ebuild +++ b/media-radio/fsync-mdc1200-decode/fsync-mdc1200-decode-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,13 +12,12 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/russinnes/fsync-mdc1200-decode.git" else - KEYWORDS="~amd64 ~x86" SRC_URI="https://github.com/russinnes/fsync-mdc1200-decode/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-2+" SLOT="0" -IUSE="" DEPEND="media-libs/libpulse" RDEPEND="${DEPEND}" |