summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2022-01-10 12:37:13 +0000
committerJames Le Cuirot <chewi@gentoo.org>2022-01-10 12:37:13 +0000
commiteb477b0eee16cac0bd483567d4d951c07732a62b (patch)
tree50ac9c8973f4de580d056cfa0b8b07e2cb257732
parentprofiles: Mask jack USE flag on m68k (diff)
downloadgentoo-eb477b0eee16cac0bd483567d4d951c07732a62b.tar.gz
gentoo-eb477b0eee16cac0bd483567d4d951c07732a62b.tar.bz2
gentoo-eb477b0eee16cac0bd483567d4d951c07732a62b.zip
media-libs/opus: Keyword 1.3.1-r2 for ~m68k
The tests pass. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
-rw-r--r--media-libs/opus/opus-1.3.1-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/opus/opus-1.3.1-r2.ebuild b/media-libs/opus/opus-1.3.1-r2.ebuild
index 22658e5c64bd..10c7e4876985 100644
--- a/media-libs/opus/opus-1.3.1-r2.ebuild
+++ b/media-libs/opus/opus-1.3.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://archive.mozilla.org/pub/opus/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv sparc x86"
INTRINSIC_FLAGS="cpu_flags_x86_sse cpu_flags_arm_neon"
IUSE="custom-modes doc static-libs ${INTRINSIC_FLAGS}"