Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/soxr/
Date: Sun, 29 Jul 2018 10:36:06
Message-Id: 1532859839.441dea499921ccb1d2917278bc32ed9129ea5f72.slyfox@gentoo
1 commit: 441dea499921ccb1d2917278bc32ed9129ea5f72
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 29 10:23:59 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 29 10:23:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=441dea49
7
8 media-libs/soxr: stable 0.1.3-r1 for ppc64, bug #657768
9
10 Package-Manager: Portage-2.3.44, Repoman-2.3.10
11 RepoMan-Options: --include-arches="ppc64"
12
13 media-libs/soxr/soxr-0.1.3-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-libs/soxr/soxr-0.1.3-r1.ebuild b/media-libs/soxr/soxr-0.1.3-r1.ebuild
17 index 3375c0d2a99..b4d15b8d7ef 100644
18 --- a/media-libs/soxr/soxr-0.1.3-r1.ebuild
19 +++ b/media-libs/soxr/soxr-0.1.3-r1.ebuild
20 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/soxr/${MY_P}.tar.xz"
21
22 LICENSE="LGPL-2.1"
23 SLOT="0"
24 -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-fbsd"
25 +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 sparc x86 ~amd64-fbsd"
26 IUSE="examples test"
27
28 # CMakeLists.txt builds examples if either test or examples USE flag is enabled.