Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/cd-discid/
Date: Fri, 30 Sep 2022 23:24:55
Message-Id: 1664580262.69458c57209522b65b243c1f1f23c7bfbf1d4666.sam@gentoo
1 commit: 69458c57209522b65b243c1f1f23c7bfbf1d4666
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 23:09:24 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 23:24:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69458c57
7
8 media-sound/cd-discid: fix StaticSrcUri
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-sound/cd-discid/cd-discid-1.4-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-sound/cd-discid/cd-discid-1.4-r1.ebuild b/media-sound/cd-discid/cd-discid-1.4-r1.ebuild
16 index be503d716c86..e92d35bd7102 100644
17 --- a/media-sound/cd-discid/cd-discid-1.4-r1.ebuild
18 +++ b/media-sound/cd-discid/cd-discid-1.4-r1.ebuild
19 @@ -7,7 +7,7 @@ inherit toolchain-funcs
20
21 DESCRIPTION="returns the disc id for the cd in the cd-rom drive"
22 HOMEPAGE="https://github.com/taem/cd-discid"
23 -SRC_URI="https://github.com/taem/${PN}/archive/upstream/1.4.tar.gz -> ${P}.tar.gz"
24 +SRC_URI="https://github.com/taem/${PN}/archive/upstream/${PV}.tar.gz -> ${P}.tar.gz"
25 S="${WORKDIR}/${PN}-upstream-${PV}"
26
27 LICENSE="GPL-2"