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/libilbc/
Date: Tue, 28 Feb 2023 01:30:44
Message-Id: 1677547813.ad54cbd0b188768c23daf9509225d8d86b3d8bbe.sam@gentoo
1 commit: ad54cbd0b188768c23daf9509225d8d86b3d8bbe
2 Author: Matoro Mahri <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Mon Feb 27 14:48:42 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 01:30:13 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad54cbd0
7
8 media-libs/libilbc: Keyword 3.0.4 mips, #896128
9
10 Signed-off-by: Matoro Mahri <matoro <AT> users.noreply.github.com>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 media-libs/libilbc/libilbc-3.0.4.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/libilbc/libilbc-3.0.4.ebuild b/media-libs/libilbc/libilbc-3.0.4.ebuild
17 index 0dec75c32601..715276cc4177 100644
18 --- a/media-libs/libilbc/libilbc-3.0.4.ebuild
19 +++ b/media-libs/libilbc/libilbc-3.0.4.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 +# Copyright 1999-2023 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then
27 EGIT_REPO_URI="https://github.com/TimothyGu/${PN}"
28 else
29 SRC_URI="https://github.com/TimothyGu/${PN}/releases/download/v${PV}/${P}.tar.gz"
30 - KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~riscv ~sparc x86"
31 + KEYWORDS="amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86"
32 fi
33
34 DESCRIPTION="Packaged version of iLBC codec from the WebRTC project"