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 10:52:16
Message-Id: 1528714321.7312024122c74d989faa0394f2b157414cb368e6.slyfox@gentoo
1 commit: 7312024122c74d989faa0394f2b157414cb368e6
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 11 10:51:52 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 11 10:52:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73120241
7
8 media-libs/soxr: stable 0.1.3-r1 for ia64, bug #657768
9
10 Bug: https://bugs.gentoo.org/657768
11 Package-Manager: Portage-2.3.40, Repoman-2.3.9
12 RepoMan-Options: --include-arches="ia64"
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 a8698df161a..0393942ed95 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.