Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/rtaudio/
Date: Tue, 19 Feb 2019 18:05:03
Message-Id: 1550599483.2de8d1f84bec5af715c3e8fcd5c71efd8319e81e.asturm@gentoo
1 commit: 2de8d1f84bec5af715c3e8fcd5c71efd8319e81e
2 Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 17 21:41:29 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 19 18:04:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2de8d1f8
7
8 media-libs/rtaudio: added ~arm64
9
10 Package-Manager: Portage-2.3.60, Repoman-2.3.12
11
12 Signed-off-by: Roy Bamford <neddyseagoon <AT> gentoo.org>
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 media-libs/rtaudio/rtaudio-5.0.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/media-libs/rtaudio/rtaudio-5.0.0.ebuild b/media-libs/rtaudio/rtaudio-5.0.0.ebuild
19 index e518d5d6b8b..294675a9a99 100644
20 --- a/media-libs/rtaudio/rtaudio-5.0.0.ebuild
21 +++ b/media-libs/rtaudio/rtaudio-5.0.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -11,7 +11,7 @@ SRC_URI="https://www.music.mcgill.ca/~gary/${PN}/release/${P}.tar.gz"
29
30 LICENSE="MIT"
31 SLOT="0/6"
32 -KEYWORDS="~amd64 ~x86"
33 +KEYWORDS="~amd64 ~arm64 ~x86"
34 IUSE="+alsa doc jack pulseaudio static-libs"
35 REQUIRED_USE="|| ( alsa jack pulseaudio )"