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/libpulse/
Date: Tue, 22 Feb 2022 20:54:08
Message-Id: 1645563228.7eb33ad9d367667dbff2df63987ceb954e849e66.sam@gentoo
1 commit: 7eb33ad9d367667dbff2df63987ceb954e849e66
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 22 20:53:29 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 22 20:53:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb33ad9
7
8 media-libs/libpulse: update SRC_URI
9
10 Closes: https://bugs.gentoo.org/833889
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 media-libs/libpulse/libpulse-15.0-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-libs/libpulse/libpulse-15.0-r1.ebuild b/media-libs/libpulse/libpulse-15.0-r1.ebuild
17 index 2aeb87d7a189..721e285a24b4 100644
18 --- a/media-libs/libpulse/libpulse-15.0-r1.ebuild
19 +++ b/media-libs/libpulse/libpulse-15.0-r1.ebuild
20 @@ -17,7 +17,7 @@ if [[ ${PV} = 9999 ]]; then
21 EGIT_REPO_URI="https://gitlab.freedesktop.org/pulseaudio/pulseaudio"
22 else
23 SRC_URI="https://freedesktop.org/software/pulseaudio/releases/${MY_P}.tar.xz"
24 - SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/pulseaudio-daemon/${MY_PATCHSET}.tar.bz2"
25 + SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/media-sound/pulseaudio-daemon/${MY_PATCHSET}.tar.bz2"
26 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
27 fi