diff options
author | 2023-11-26 19:20:36 -0500 | |
---|---|---|
committer | 2023-11-27 11:22:23 +0000 | |
commit | 874f29b658eebddec25e1dedaffe618e5ee562a4 (patch) | |
tree | b2fcbe0685787e9673c7376dfddb03be409430f8 /media-libs/opusfile | |
parent | sys-process/atop: Stabilize 2.9.0-r1 arm64, #911022 (diff) | |
download | gentoo-874f29b658eebddec25e1dedaffe618e5ee562a4.tar.gz gentoo-874f29b658eebddec25e1dedaffe618e5ee562a4.tar.bz2 gentoo-874f29b658eebddec25e1dedaffe618e5ee562a4.zip |
media-libs/opusfile: Keyword 0.12-r1 mips, #918452
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/opusfile')
-rw-r--r-- | media-libs/opusfile/opusfile-0.12-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/opusfile/opusfile-0.12-r1.ebuild b/media-libs/opusfile/opusfile-0.12-r1.ebuild index be985adffefd..6f8ea747dc8d 100644 --- a/media-libs/opusfile/opusfile-0.12-r1.ebuild +++ b/media-libs/opusfile/opusfile-0.12-r1.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=8 @@ -11,7 +11,7 @@ SRC_URI="https://downloads.xiph.org/releases/opus/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv sparc x86" IUSE="doc fixed-point +float +http static-libs" RDEPEND=" |