diff options
author | Matoro Mahri <matoro@users.noreply.github.com> | 2023-02-27 09:48:42 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-28 01:30:13 +0000 |
commit | ad54cbd0b188768c23daf9509225d8d86b3d8bbe (patch) | |
tree | dfd0619ef7dbff3b104a37688d68fc9f1ac1a9ae /media-libs | |
parent | media-libs/libiec61883: Keyword 1.2.0-r2 mips, #896126 (diff) | |
download | gentoo-ad54cbd0b188768c23daf9509225d8d86b3d8bbe.tar.gz gentoo-ad54cbd0b188768c23daf9509225d8d86b3d8bbe.tar.bz2 gentoo-ad54cbd0b188768c23daf9509225d8d86b3d8bbe.zip |
media-libs/libilbc: Keyword 3.0.4 mips, #896128
Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libilbc/libilbc-3.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libilbc/libilbc-3.0.4.ebuild b/media-libs/libilbc/libilbc-3.0.4.ebuild index 0dec75c32601..715276cc4177 100644 --- a/media-libs/libilbc/libilbc-3.0.4.ebuild +++ b/media-libs/libilbc/libilbc-3.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/TimothyGu/${PN}" else SRC_URI="https://github.com/TimothyGu/${PN}/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~riscv ~sparc x86" + KEYWORDS="amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86" fi DESCRIPTION="Packaged version of iLBC codec from the WebRTC project" |