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/soxr/
Date: Tue, 12 Jun 2018 11:37:18
Message-Id: 1528803312.b57cf925a5d4affdd6f5458afe3c7dcd2a5a0d2a.whissi@gentoo
1 commit: b57cf925a5d4affdd6f5458afe3c7dcd2a5a0d2a
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 12 11:35:12 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 12 11:35:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b57cf925
7
8 media-libs/soxr: x86 stable (bug #657768)
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 media-libs/soxr/soxr-0.1.3-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/soxr/soxr-0.1.3-r1.ebuild b/media-libs/soxr/soxr-0.1.3-r1.ebuild
16 index c7ec8866a28..ad907d56aa9 100644
17 --- a/media-libs/soxr/soxr-0.1.3-r1.ebuild
18 +++ b/media-libs/soxr/soxr-0.1.3-r1.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/soxr/${MY_P}.tar.xz"
20
21 LICENSE="LGPL-2.1"
22 SLOT="0"
23 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~amd64-fbsd"
24 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-fbsd"
25 IUSE="examples test"
26
27 # CMakeLists.txt builds examples if either test or examples USE flag is enabled.