Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libopenaptx/
Date: Thu, 01 Apr 2021 12:19:55
Message-Id: 1617279355.b429d70d80196e1daaf462da23cb3ef648a82e53.whissi@gentoo
1 commit: b429d70d80196e1daaf462da23cb3ef648a82e53
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 1 12:15:55 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 1 12:15:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b429d70d
7
8 media-libs/libopenaptx: x86 keyworded (bug #776940)
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 media-libs/libopenaptx/libopenaptx-0.2.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-libs/libopenaptx/libopenaptx-0.2.0.ebuild b/media-libs/libopenaptx/libopenaptx-0.2.0.ebuild
17 index bcf301f7ad2..f90b9b0868a 100644
18 --- a/media-libs/libopenaptx/libopenaptx-0.2.0.ebuild
19 +++ b/media-libs/libopenaptx/libopenaptx-0.2.0.ebuild
20 @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then
21 EGIT_REPO_URI="https://github.com/pali/${PN}"
22 else
23 SRC_URI="https://github.com/pali/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64"
25 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
26 fi
27
28 LICENSE="LGPL-2.1+"