diff options
author | Matoro Mahri <matoro@users.noreply.github.com> | 2023-04-14 20:01:14 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-15 03:17:20 +0100 |
commit | d89aa0f29f812fa1b158770ec88d89c1c66147ba (patch) | |
tree | 96b5178838e7e633de315323807c03308ac914d6 /media-libs/libldac | |
parent | profiles/features/big-endian: unmask dev-libs/tlsh (diff) | |
download | gentoo-d89aa0f29f812fa1b158770ec88d89c1c66147ba.tar.gz gentoo-d89aa0f29f812fa1b158770ec88d89c1c66147ba.tar.bz2 gentoo-d89aa0f29f812fa1b158770ec88d89c1c66147ba.zip |
media-libs/libldac: keyword 2.0.2.3-r1 for ~mips
Bug: https://bugs.gentoo.org/902445
Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/libldac')
-rw-r--r-- | media-libs/libldac/libldac-2.0.2.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libldac/libldac-2.0.2.3-r1.ebuild b/media-libs/libldac/libldac-2.0.2.3-r1.ebuild index 4ae53e560437..f0c9d7725360 100644 --- a/media-libs/libldac/libldac-2.0.2.3-r1.ebuild +++ b/media-libs/libldac/libldac-2.0.2.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2022 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/EHfive/ldacBT/releases/download/v${PV}/ldacBT-${PV}. LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/ldacBT" |