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/libsoundtouch/
Date: Sat, 29 May 2021 09:02:21
Message-Id: 1622278856.2e342d4f36141222021351c35be12d9594ae1a6f.sam@gentoo
1 commit: 2e342d4f36141222021351c35be12d9594ae1a6f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 29 08:54:44 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat May 29 09:00:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e342d4f
7
8 media-libs/libsoundtouch: Stabilize 2.2 ppc, #792762
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/libsoundtouch/libsoundtouch-2.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/libsoundtouch/libsoundtouch-2.2.ebuild b/media-libs/libsoundtouch/libsoundtouch-2.2.ebuild
16 index 05a3b1ff14d..b4e7a084f84 100644
17 --- a/media-libs/libsoundtouch/libsoundtouch-2.2.ebuild
18 +++ b/media-libs/libsoundtouch/libsoundtouch-2.2.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="https://gitlab.com/${MY_PN}/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2"
20 LICENSE="LGPL-2.1"
21 # subslot = libSoundTouch.so soname
22 SLOT="0/1"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
25 IUSE="cpu_flags_x86_sse openmp static-libs"
26
27 BDEPEND="virtual/pkgconfig"