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: Mon, 11 Jun 2018 17:09:27
Message-Id: 1528736931.9e31eb8506172e0b7617a4941ea525933e1eebea.slyfox@gentoo
1 commit: 9e31eb8506172e0b7617a4941ea525933e1eebea
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Mon Jun 11 16:59:25 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 11 17:08:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e31eb85
7
8 media-libs/soxr: stable 0.1.3-r1 for sparc
9
10 Bug: https://bugs.gentoo.org/657768
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12 RepoMan-Options: --include-arches="sparc"
13
14 media-libs/soxr/soxr-0.1.3-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-libs/soxr/soxr-0.1.3-r1.ebuild b/media-libs/soxr/soxr-0.1.3-r1.ebuild
18 index 0393942ed95..c7ec8866a28 100644
19 --- a/media-libs/soxr/soxr-0.1.3-r1.ebuild
20 +++ b/media-libs/soxr/soxr-0.1.3-r1.ebuild
21 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/soxr/${MY_P}.tar.xz"
22
23 LICENSE="LGPL-2.1"
24 SLOT="0"
25 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
26 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~amd64-fbsd"
27 IUSE="examples test"
28
29 # CMakeLists.txt builds examples if either test or examples USE flag is enabled.