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/portaudio/
Date: Sun, 02 Sep 2018 23:46:51
Message-Id: 1535931714.fd85c3a0af9d084cebe9e1b8d3eea2a7cbc573c9.whissi@gentoo
1 commit: fd85c3a0af9d084cebe9e1b8d3eea2a7cbc573c9
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 2 23:41:54 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 2 23:41:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd85c3a0
7
8 media-libs/portaudio: x86 stable (bug #664278)
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 media-libs/portaudio/portaudio-19.06.00-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/portaudio/portaudio-19.06.00-r1.ebuild b/media-libs/portaudio/portaudio-19.06.00-r1.ebuild
16 index 46f618d8e0a..c2ee5ecde7a 100644
17 --- a/media-libs/portaudio/portaudio-19.06.00-r1.ebuild
18 +++ b/media-libs/portaudio/portaudio-19.06.00-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -10,7 +10,7 @@ SRC_URI="http://www.portaudio.com/archives/pa_stable_v190600_20161030.tgz"
26
27 LICENSE="MIT"
28 SLOT="0"
29 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
30 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
31 IUSE="alsa +cxx debug doc jack oss static-libs"
32
33 RDEPEND="alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )