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/rtaudio/
Date: Wed, 29 Aug 2018 01:07:46
Message-Id: 1535504611.6ab276ecc5f0be7cc8f0aa87ca363fb9fe91d080.whissi@gentoo
1 commit: 6ab276ecc5f0be7cc8f0aa87ca363fb9fe91d080
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 29 01:03:31 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 29 01:03:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab276ec
7
8 media-libs/rtaudio: x86 stable (bug #663562)
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 media-libs/rtaudio/rtaudio-4.1.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/rtaudio/rtaudio-4.1.2.ebuild b/media-libs/rtaudio/rtaudio-4.1.2.ebuild
16 index 265b9e27e8f..1920e9acd34 100644
17 --- a/media-libs/rtaudio/rtaudio-4.1.2.ebuild
18 +++ b/media-libs/rtaudio/rtaudio-4.1.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 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 @@ -11,7 +11,7 @@ SRC_URI="https://www.music.mcgill.ca/~gary/${PN}/release/${P}.tar.gz"
26
27 LICENSE="MIT"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="~amd64 x86"
31 IUSE="+alsa doc jack pulseaudio static-libs"
32 REQUIRED_USE="|| ( alsa jack pulseaudio )"