Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/soxr/
Date: Mon, 11 Jun 2018 08:13:56
Message-Id: 1528704819.8453b56d399b01748fba3b7de6fb3cd18c9a9f52.ago@gentoo
1 commit: 8453b56d399b01748fba3b7de6fb3cd18c9a9f52
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 11 08:13:39 2018 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 11 08:13:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8453b56d
7
8 media-libs/soxr: amd64 stable wrt bug #657768
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11 RepoMan-Options: --include-arches="amd64"
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 46ac22915f2..a8698df161a 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.