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-libs/libmpd/
Date: Tue, 27 Sep 2022 21:22:59
Message-Id: 1664313671.0f32a6e2c781cae34649323f3bcf622e5ebf3e10.sam@gentoo
1 commit: 0f32a6e2c781cae34649323f3bcf622e5ebf3e10
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 27 21:19:05 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 27 21:21:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f32a6e2
7
8 media-libs/libmpd: fix static SRC_URI
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/libmpd/libmpd-11.8.17-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/libmpd/libmpd-11.8.17-r1.ebuild b/media-libs/libmpd/libmpd-11.8.17-r1.ebuild
16 index b55583c788e2..43d5cb83fd0c 100644
17 --- a/media-libs/libmpd/libmpd-11.8.17-r1.ebuild
18 +++ b/media-libs/libmpd/libmpd-11.8.17-r1.ebuild
19 @@ -1,11 +1,11 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 DESCRIPTION="A library handling connections to a MPD server"
27 HOMEPAGE="https://gmpclient.org/"
28 -SRC_URI="http://download.sarine.nl/Programs/gmpc/11.8/${P}.tar.gz"
29 +SRC_URI="http://download.sarine.nl/Programs/gmpc/$(ver_cut 1-2)/${P}.tar.gz"
30
31 LICENSE="GPL-2"
32 SLOT="0"