From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A194C13832E for ; Sun, 21 Aug 2016 20:08:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C461E081D; Sun, 21 Aug 2016 20:08:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0EDFFE081D for ; Sun, 21 Aug 2016 20:08:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 922533404A5 for ; Sun, 21 Aug 2016 20:08:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84B9A245C for ; Sun, 21 Aug 2016 20:08:48 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1471810118.5dd4285ca1223791078e4d2928c1d527c24112b2.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/rtaudio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/rtaudio/rtaudio-4.0.12-r1.ebuild X-VCS-Directories: media-libs/rtaudio/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 5dd4285ca1223791078e4d2928c1d527c24112b2 X-VCS-Branch: master Date: Sun, 21 Aug 2016 20:08:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b190fa6b-cfc1-4255-b5e1-30b7ded32c52 X-Archives-Hash: 2cb48b652bb413856e9c1c332f4ee214 commit: 5dd4285ca1223791078e4d2928c1d527c24112b2 Author: Michael Palimaka gentoo org> AuthorDate: Sun Aug 21 20:05:36 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Aug 21 20:08:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dd4285c media-libs/rtaudio: amd64/x86 stable Gentoo-bug: 589844 Package-Manager: portage-2.3.0 media-libs/rtaudio/rtaudio-4.0.12-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/rtaudio/rtaudio-4.0.12-r1.ebuild b/media-libs/rtaudio/rtaudio-4.0.12-r1.ebuild index 1b351d9..b660834 100644 --- a/media-libs/rtaudio/rtaudio-4.0.12-r1.ebuild +++ b/media-libs/rtaudio/rtaudio-4.0.12-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="http://www.music.mcgill.ca/~gary/${PN}/release/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="+alsa doc jack pulseaudio static-libs" REQUIRED_USE="|| ( alsa jack pulseaudio )"