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/libopenaptx/
Date: Thu, 23 Sep 2021 22:45:25
Message-Id: 1632437104.82a93b9dea951037fb1a86818c0a2524132791bd.sam@gentoo
1 commit: 82a93b9dea951037fb1a86818c0a2524132791bd
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 23 22:45:04 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 23 22:45:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82a93b9d
7
8 media-libs/libopenaptx: Stabilize 0.2.0 ppc64, #814521
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/libopenaptx/libopenaptx-0.2.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/libopenaptx/libopenaptx-0.2.0.ebuild b/media-libs/libopenaptx/libopenaptx-0.2.0.ebuild
16 index 2a92d2f7186..4a08c59202c 100644
17 --- a/media-libs/libopenaptx/libopenaptx-0.2.0.ebuild
18 +++ b/media-libs/libopenaptx/libopenaptx-0.2.0.ebuild
19 @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then
20 EGIT_REPO_URI="https://github.com/pali/${PN}"
21 else
22 SRC_URI="https://github.com/pali/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~riscv x86"
24 + KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
25 fi
26
27 LICENSE="LGPL-2.1+"